darylfunggg commited on
Commit
c3c943f
1 Parent(s): 1e9c153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ demo = gr.Interface(
62
  gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
63
  outputs=['image', 'image', 'image', 'image', 'image', 'html', 'html'],
64
  )
65
- demo.launch()
 
62
  gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
63
  outputs=['image', 'image', 'image', 'image', 'image', 'html', 'html'],
64
  )
65
+ demo.launch(host='0.0.0.0', port='7860')