Spaces:
Runtime error
Runtime error
jorge-henao
commited on
Commit
•
17e2c2b
1
Parent(s):
39a5f31
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ iface = gr.Interface(fn=make_new_story,
|
|
39 |
gr.outputs.Textbox(label="Tu poema"),
|
40 |
],
|
41 |
examples = examples,
|
42 |
-
theme = '
|
43 |
)
|
44 |
iface.launch(enable_queue=True)
|
|
|
39 |
gr.outputs.Textbox(label="Tu poema"),
|
40 |
],
|
41 |
examples = examples,
|
42 |
+
theme = 'default'
|
43 |
)
|
44 |
iface.launch(enable_queue=True)
|