sercetexam9 commited on
Commit
3dbdad1
·
verified ·
1 Parent(s): b284a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ demo = gr.Interface(
107
  outputs=[gr.Textbox(label="Predict", lines=1)],
108
  )
109
  if __name__ == "__main__":
110
- demo.launch()
 
107
  outputs=[gr.Textbox(label="Predict", lines=1)],
108
  )
109
  if __name__ == "__main__":
110
+ demo.launch(share=True)