aliasgerovs commited on
Commit
7aa72dc
1 Parent(s): bc71bd6

Updated port

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -557,5 +557,4 @@ with gr.Blocks() as demo:
557
 
558
  date_from = ""
559
  date_to = ""
560
-
561
- demo.launch()
 
557
 
558
  date_from = ""
559
  date_to = ""
560
+ demo.launch(share=True, server_name="0.0.0.0", server_port=80)