Spaces:
mashroo
/
Running on Zero

YoussefAnso commited on
Commit
0b4c9aa
·
1 Parent(s): bb2ef81

Enable sharing option in Gradio launch settings to enhance accessibility and collaboration for users in both local and Spaces environments.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,4 +268,4 @@ with gr.Blocks(
268
  if __name__ == "__main__":
269
  import os
270
 
271
- demo.launch()
 
268
  if __name__ == "__main__":
269
  import os
270
 
271
+ demo.launch(share=True)