Spaces:
Runtime error
Runtime error
danielritchie
commited on
Commit
•
6e0669b
1
Parent(s):
2f05bad
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
|
8 |
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk!")
|
9 |
|
10 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
11 |
-
title=title,
|
12 |
description=description,
|
13 |
examples=examples,
|
14 |
inputs=inputs,
|
|
|
8 |
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk!")
|
9 |
|
10 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
11 |
+
#title=title,
|
12 |
description=description,
|
13 |
examples=examples,
|
14 |
inputs=inputs,
|