piyushgrover commited on
Commit
40b30f5
·
1 Parent(s): e9a987b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks() as app:
221
  '''
222
  Launch the app
223
  '''
224
- app.launch(share=True)
225
 
226
 
227
 
 
221
  '''
222
  Launch the app
223
  '''
224
+ app.launch()
225
 
226
 
227