hsuwill000 commited on
Commit
96fef83
·
verified ·
1 Parent(s): c128490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,6 +59,6 @@ demo = gr.ChatInterface(
59
 
60
  if __name__ == "__main__":
61
  print("Launching Gradio app...")
62
- demo.launch(server_name="0.0.0.0", server_port=7860)
63
- #demo.launch()
64
 
 
59
 
60
  if __name__ == "__main__":
61
  print("Launching Gradio app...")
62
+ #demo.launch(server_name="0.0.0.0", server_port=7860)
63
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True, api=True)
64