Shiv1143 commited on
Commit
8a3a27c
·
verified ·
1 Parent(s): fdce11f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ gradio_app = gr.Interface(
41
  )
42
 
43
  if __name__ == "__main__":
44
- gradio_app.launch(debug=True)
 
41
  )
42
 
43
  if __name__ == "__main__":
44
+ gradio_app.launch(share=True, debug=True)