Theflame47 commited on
Commit
fc41e7f
·
verified ·
1 Parent(s): 5480b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,4 +181,4 @@ with gr.Blocks(title="Printify Catalog Probe") as demo:
181
 
182
  btn.click(run, inputs=[currency], outputs=[logs, out, dl])
183
 
184
- demo.queue().launch()
 
181
 
182
  btn.click(run, inputs=[currency], outputs=[logs, out, dl])
183
 
184
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860)