Spaces:
Runtime error
Runtime error
Commit
·
2baa1da
1
Parent(s):
10d53e4
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,4 +17,4 @@ iface = gr.Interface(fn=blog_gen,
|
|
| 17 |
lines=2, placeholder=None, label='Sentence'),
|
| 18 |
],
|
| 19 |
outputs=[gr.outputs.JSON(label=None)])
|
| 20 |
-
iface.launch(
|
|
|
|
| 17 |
lines=2, placeholder=None, label='Sentence'),
|
| 18 |
],
|
| 19 |
outputs=[gr.outputs.JSON(label=None)])
|
| 20 |
+
iface.launch()
|