ipd commited on
Commit
e86e6f9
1 Parent(s): 85ec4af

gradio share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -709,4 +709,4 @@ with gr.Blocks() as demo:
709
 
710
 
711
  if __name__ == "__main__":
712
- demo.launch()
 
709
 
710
 
711
  if __name__ == "__main__":
712
+ demo.launch(share=True)