slickdata commited on
Commit
cd57224
·
1 Parent(s): 2b55c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,4 +78,4 @@ demo = gr.Interface(
78
  examples=[["This is wonderful!"]]) # Example input(s) to display on the interface
79
 
80
  # Launch the Gradio interface
81
- demo.launch(share=True, debug=True)
 
78
  examples=[["This is wonderful!"]]) # Example input(s) to display on the interface
79
 
80
  # Launch the Gradio interface
81
+ demo.launch(debug=True)