sylvainHellin commited on
Commit
ee7e1a0
·
verified ·
1 Parent(s): 3d015f3

changed share to True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(theme='Insuz/Mocha') as app:
156
  )
157
 
158
  gr.close_all()
159
- app.queue().launch(auth=(AUTH_USERNAME, AUTH_PASSWORD))
160
 
161
  # %%
162
 
 
156
  )
157
 
158
  gr.close_all()
159
+ app.queue().launch(auth=(AUTH_USERNAME, AUTH_PASSWORD), share=True)
160
 
161
  # %%
162