Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ demo = gr.Interface(
|
|
| 73 |
"text"
|
| 74 |
],
|
| 75 |
"text",
|
| 76 |
-
gr.Textbox(lines=3, default=context, label="Story starter")
|
| 77 |
live=True,
|
| 78 |
)
|
| 79 |
demo.launch()
|
|
|
|
| 73 |
"text"
|
| 74 |
],
|
| 75 |
"text",
|
| 76 |
+
gr.Textbox(lines=3, default=context, label="Story starter"),
|
| 77 |
live=True,
|
| 78 |
)
|
| 79 |
demo.launch()
|