darylfunggg commited on
Commit
6aad328
1 Parent(s): 6db8931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ def joint_detection(img0):
113
  # Print time (inference-only)
114
 
115
  iface = gr.Interface(fn=joint_detection, inputs="image", outputs=["image", "json"])
116
- iface.launch()
 
113
  # Print time (inference-only)
114
 
115
  iface = gr.Interface(fn=joint_detection, inputs="image", outputs=["image", "json"])
116
+ iface.launch(server_name="0.0.0.0", server_port=7860)