Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ demo = gr.Interface(
|
|
38 |
inputs=gr.Textbox(label="Enter ingredients separated by commas"), # Text input on the left
|
39 |
outputs=[gr.Textbox(label="Recipe Display"), gr.Image(label="Recipe Image")]
|
40 |
)
|
41 |
-
demo.launch(
|
|
|
38 |
inputs=gr.Textbox(label="Enter ingredients separated by commas"), # Text input on the left
|
39 |
outputs=[gr.Textbox(label="Recipe Display"), gr.Image(label="Recipe Image")]
|
40 |
)
|
41 |
+
demo.launch()
|