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