hwonheo commited on
Commit
cc6d035
·
verified ·
1 Parent(s): 9076ae6

Launch on 0.0.0.0:7860, show_api=False (HF Spaces binding + schema fix)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ demo = gr.Interface(
79
  )
80
 
81
  if __name__ == "__main__":
82
- demo.launch()
 
79
  )
80
 
81
  if __name__ == "__main__":
82
+ demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)