sbicy commited on
Commit
afbcd32
·
verified ·
1 Parent(s): 3007789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,5 +24,5 @@ interface = gr.Interface(
24
  )
25
 
26
  # Launch the app
27
- interface.launch(share=True)
28
 
 
24
  )
25
 
26
  # Launch the app
27
+ interface.launch()
28