Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -331,4 +331,4 @@ with gr.Blocks() as demo:
|
|
331 |
).then(lambda: gr.Button(interactive=True), outputs=[download_glb])
|
332 |
|
333 |
|
334 |
-
demo.launch()
|
|
|
331 |
).then(lambda: gr.Button(interactive=True), outputs=[download_glb])
|
332 |
|
333 |
|
334 |
+
demo.launch(share=True)
|