msmaje commited on
Commit
83aadcb
·
verified ·
1 Parent(s): dc73a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -524,4 +524,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
524
  """)
525
 
526
  if __name__ == "__main__":
527
- demo.launch()
 
 
 
 
 
524
  """)
525
 
526
  if __name__ == "__main__":
527
+ demo.launch(
528
+ server_name="0.0.0.0",
529
+ server_port=7860,
530
+ show_error=True
531
+ )