huanngzh commited on
Commit
063becc
·
verified ·
1 Parent(s): ab72440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)