jmartinezot commited on
Commit
2d1c539
·
1 Parent(s): 46dfa53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ interface = gr.Interface(
117
  )
118
 
119
  # Launch the interface
120
- interface.launch(share=True)
121
 
122
 
123
 
 
117
  )
118
 
119
  # Launch the interface
120
+ interface.launch()
121
 
122
 
123