PraneshJs commited on
Commit
5733fc0
·
verified ·
1 Parent(s): c1847f1

fixed issue in server_name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks() as demo:
46
 
47
  btn.click(fn=predict_play, inputs=[outlook, temp, humidity, wind], outputs=output)
48
 
49
- demo.launch(server_host="0.0.0.0",server_port=7860,debug=True)
 
46
 
47
  btn.click(fn=predict_play, inputs=[outlook, temp, humidity, wind], outputs=output)
48
 
49
+ demo.launch(server_name="0.0.0.0",server_port=7860,debug=True)