mgbam commited on
Commit
5190b9c
·
verified ·
1 Parent(s): 8b57e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ Speak or type your robot idea and we’ll generate, simulate, and deploy it live
34
 
35
  launch_btn.click(fn=run_async, inputs=user_idea, outputs=out)
36
 
37
- demo.launch()
38
 
39
  if __name__ == "__main__":
40
  run_app()
 
34
 
35
  launch_btn.click(fn=run_async, inputs=user_idea, outputs=out)
36
 
37
+ demo.launch(share=True)
38
 
39
  if __name__ == "__main__":
40
  run_app()