SamanthaStorm commited on
Commit
0994bb5
·
verified ·
1 Parent(s): 3e3eec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -744,5 +744,5 @@ iface = gr.Interface(
744
  allow_flagging="manual"
745
  )
746
 
747
- if __name__ == "__main__":
748
- iface.launch()
 
744
  allow_flagging="manual"
745
  )
746
 
747
+ iface.launch(server_name="0.0.0.0", server_port=7860)
748
+