Spaces:
Runtime error
Runtime error
Use your variable chickenwings! Put chickenwings variable in the parameter for title.
#1
by
Wootang01
- opened
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/EleutherAI/gpt-j-6B", title=
|
|
|
3 |
|
4 |
chickenwings="My First Text Generator"
|
5 |
|
6 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title=chickenwings, description="Input text and submit!").launch()
|