Spaces:
Runtime error
Runtime error
Commit
Β·
0e302b0
1
Parent(s):
ae41774
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
|
|
| 13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
| 14 |
#outputs=outputs,
|
| 15 |
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk."),
|
| 16 |
-
#theme="finlaymacklon/boxy_violet"
|
| 17 |
-
|
| 18 |
-
#theme="abidlabs/pakistan"
|
| 19 |
-
theme="gradio/glass"
|
| 20 |
).launch()
|
|
|
|
| 13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
| 14 |
#outputs=outputs,
|
| 15 |
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk."),
|
| 16 |
+
#theme="finlaymacklon/boxy_violet"
|
| 17 |
+
theme="freddyaboulton/dracula_revamped"
|
| 18 |
+
#theme="abidlabs/pakistan"
|
| 19 |
+
#theme="gradio/glass"
|
| 20 |
).launch()
|