Spaces:
Running
Running
changed share to True
Browse files
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 |
|