Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["
|
4 |
|
5 |
gr.Interface.load("huggingface/mbien/recipenlg", examples=examples).launch();
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples = [["Lamb shank"], ["Lasagna is"], ["Pork chops are"]]
|
4 |
|
5 |
gr.Interface.load("huggingface/mbien/recipenlg", examples=examples).launch();
|