tarugaru commited on
Commit
6318d36
·
verified ·
1 Parent(s): d0687b8

Fix launch server binding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ demo = gr.Interface(
67
  description="Upload a photo of your artwork to identify which art style it most resembles.",
68
  )
69
 
70
- demo.launch()
 
67
  description="Upload a photo of your artwork to identify which art style it most resembles.",
68
  )
69
 
70
+ demo.launch(server_name="0.0.0.0", server_port=7860)