tonyliu404 commited on
Commit
46e989f
·
verified ·
1 Parent(s): 381b12a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()