darylfunggg commited on
Commit
8451095
1 Parent(s): 25ac803

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(server_name='0.0.0.0', server_port='7860')
 
62
  gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
63
  outputs=['image', 'image', 'image', 'image', 'image', 'html', 'html'],
64
  )
65
+ demo.launch(server_name='0.0.0.0', server_port=7860)