Spaces:
Runtime error
Runtime error
Commit
·
39d48a7
1
Parent(s):
05c315b
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ from gradio.mix import Parallel
|
|
3 |
|
4 |
chickenwings="My First Text Generator"
|
5 |
|
6 |
-
gr.Interface.load("huggingface/
|
|
|
3 |
|
4 |
chickenwings="My First Text Generator"
|
5 |
|
6 |
+
gr.Interface.load("huggingface/rinna/japanese-gpt-1b", title="My First Text Generator", description="Input text and submit!").launch()
|