Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
b220466
1
Parent(s):
2dec7e1
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
4 |
-
title="
|
5 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
6 |
-
|
7 |
).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
4 |
+
title="Recipe-O-Matic",
|
5 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
6 |
+
outputs=gr.components.Textbox(label="Lolz")
|
7 |
).launch()
|