Hugo Jarkoff commited on
Commit
1323dc0
·
1 Parent(s): d350d4c

Update gradio app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ if __name__ == "__main__":
73
  outputs=[gr.TextArea(label="Generated Lyrics")],
74
  title="rapGPT",
75
  description="Generate rap lyrics in the style of your favorite artists",
76
- article="Training code on [GitHub](https://github.com/hugojarkoff/rapgpt)",
 
77
  )
78
 
79
  gradio_app.launch()
 
73
  outputs=[gr.TextArea(label="Generated Lyrics")],
74
  title="rapGPT",
75
  description="Generate rap lyrics in the style of your favorite artists",
76
+ article=("Training code available on [GitHub](https://github.com/hugojarkoff/rapgpt). "
77
+ "Inference might be as slow as ~1s/token as code is mostly educational (not production-ready) + running on HF free tier CPU"),
78
  )
79
 
80
  gradio_app.launch()