afouda commited on
Commit
213fb68
·
verified ·
1 Parent(s): fd25fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -512,6 +512,6 @@ with gr.Blocks() as demo:
512
  if __name__ == "__main__":
513
  demo.launch(
514
  server_name="0.0.0.0",
515
- server_port=int(os.environ.get("PORT", 7860)),
516
  debug=True,
517
  )
 
512
  if __name__ == "__main__":
513
  demo.launch(
514
  server_name="0.0.0.0",
515
+ server_port=int(os.environ.get("PORT",7860)),
516
  debug=True,
517
  )