mralamdari commited on
Commit
10d750f
·
1 Parent(s): 0b175d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,5 +24,5 @@ demo = gr.Interface(
24
  description=description,
25
  live=True)
26
 
27
- # demo.launch(share=False)
28
- demo.launch(debug=True)
 
24
  description=description,
25
  live=True)
26
 
27
+ demo.launch(share=False)
28
+ # demo.launch(debug=True)