svnmurali1 commited on
Commit
4661cbe
·
verified ·
1 Parent(s): 1b4bef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ interface = gr.Interface(
36
 
37
  # Launch the interface
38
  if __name__ == "__main__":
39
- interface.launch(debug=True)
 
36
 
37
  # Launch the interface
38
  if __name__ == "__main__":
39
+ interface.launch(share=True)