CanHuggie commited on
Commit
2ea675f
·
verified ·
1 Parent(s): 8f468d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ with gr.Blocks(title="MethodAI 0.15", theme="Soft") as demo:
93
  gr.ChatInterface(predict).queue()
94
  # with demo:
95
  # btn.upload(render_file, inputs=[btn], outputs=[show_img])
96
- demo.launch(server_name=args.host, server_port=args.port, share=True)
 
93
  gr.ChatInterface(predict).queue()
94
  # with demo:
95
  # btn.upload(render_file, inputs=[btn], outputs=[show_img])
96
+ demo.launch(server_name=host, server_port=port, share=True)