Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
|
|
| 14 |
inputs=inputs,
|
| 15 |
outputs=outputs,
|
| 16 |
#theme="finlaymacklon/boxy_violet"
|
| 17 |
-
theme="freddyaboulton/dracula_revamped"
|
| 18 |
#theme="abidlabs/pakistan"
|
| 19 |
#theme="gradio/glass"
|
| 20 |
-
|
| 21 |
).launch()
|
|
|
|
| 14 |
inputs=inputs,
|
| 15 |
outputs=outputs,
|
| 16 |
#theme="finlaymacklon/boxy_violet"
|
| 17 |
+
#theme="freddyaboulton/dracula_revamped"
|
| 18 |
#theme="abidlabs/pakistan"
|
| 19 |
#theme="gradio/glass"
|
| 20 |
+
theme="default"
|
| 21 |
).launch()
|