saicharantej commited on
Commit
d8f8a95
·
1 Parent(s): 214b186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Enter the r
187
  description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!", examples=examples)
188
 
189
  # Run the Gradio app
190
- iface.launch(share=True, debug=True)
 
187
  description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!", examples=examples)
188
 
189
  # Run the Gradio app
190
+ iface.launch()