piyushgrover commited on
Commit
d61510c
Β·
1 Parent(s): 0093752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as app:
95
  '''
96
  Launch the app
97
  '''
98
- app.queue.launch(share=True)
99
 
100
 
101
 
 
95
  '''
96
  Launch the app
97
  '''
98
+ app.queue.launch()
99
 
100
 
101