rcrane4 commited on
Commit
55956c2
·
verified ·
1 Parent(s): 1851e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -364,4 +364,4 @@ with gr.Blocks(css=CSS, title="FailSafe") as demo:
364
 
365
 
366
  if __name__ == "__main__":
367
- demo.launch(server_name="0.0.0.0", server_port=7860, show_error=True, css=CSS)
 
364
 
365
 
366
  if __name__ == "__main__":
367
+ demo.launch(show_error=True, css=CSS)