svjack commited on
Commit
12bc96d
·
verified ·
1 Parent(s): a1ad6b5

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -144,4 +144,4 @@ with gr.Blocks() as demo:
144
  )
145
 
146
  if __name__ == "__main__":
147
- demo.launch()
 
144
  )
145
 
146
  if __name__ == "__main__":
147
+ demo.launch(share = True)