tomas-gajarsky commited on
Commit
94e7509
·
1 Parent(s): b5a31f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ demo=gr.Interface(
34
  article=article,
35
  examples=[["./test.jpg"], ["./test2.jpg"], ["./test3.jpg"], ["./test4.jpg"]],
36
  )
37
- demo.launch(debug=True)
 
34
  article=article,
35
  examples=[["./test.jpg"], ["./test2.jpg"], ["./test3.jpg"], ["./test4.jpg"]],
36
  )
37
+ demo.launch(server_name="0.0.0.0", server_port=7860, debug=True)