funnyPhani commited on
Commit
238a9c4
1 Parent(s): 5592cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(
20
  )
21
 
22
  # Launch the interface
23
- iface.launch(debug=False,inline = False,share = True)
24
 
 
20
  )
21
 
22
  # Launch the interface
23
+ iface.launch(debug=False,inline = False,share = False)
24