Emiir commited on
Commit
87b9432
·
1 Parent(s): 7d8d46b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,5 +95,5 @@ with gr.Blocks(css='style.css') as demo:
95
 
96
  )
97
 
98
- demo.launch(enable_queue=True, inline=True,share=True)
99
  block.queue(concurrency_count=100)
 
95
 
96
  )
97
 
98
+ demo.launch(enable_queue=True, inline=True)
99
  block.queue(concurrency_count=100)