Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
e30ba25
1
Parent(s):
8b4f6bf
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
4 |
-
inputs=gr.Textbox(lines=5, label="
|
5 |
).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
4 |
+
inputs=gr.Textbox(lines=5, label="List of ingredients, separated by a comma") # customizes the input component
|
5 |
).launch()
|