charliebaby2023 commited on
Commit
0749675
·
verified ·
1 Parent(s): 5ec0cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css="""
96
  make_me()
97
 
98
  demo.queue()
99
- demo.launch(max_threads=100 , share=True)
100
 
101
 
102
 
 
96
  make_me()
97
 
98
  demo.queue()
99
+ demo.launch(max_threads=100 )
100
 
101
 
102