ayoubkirouane commited on
Commit
4a16f41
1 Parent(s): d8fe7c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ interface = gr.Interface(
22
  outputs='label',
23
  )
24
 
25
- interface.launch(share=True , debug=True)
26
 
 
22
  outputs='label',
23
  )
24
 
25
+ interface.launch(debug=True)
26