indrad123 commited on
Commit
a59261c
·
1 Parent(s): 98be869
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -653,5 +653,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="rPPG Analysis and Prediction Toolb
653
  gr.Markdown("This program was made by Indra Dewaji for the purpose of research in the Doctor of Professional Practice at Universiti Teknologi Malaysia")
654
 
655
  demo.queue()
656
- demo.launch(debug=True)
 
 
657
 
 
653
  gr.Markdown("This program was made by Indra Dewaji for the purpose of research in the Doctor of Professional Practice at Universiti Teknologi Malaysia")
654
 
655
  demo.queue()
656
+ demo.launch(server_name="0.0.0.0",
657
+ server_port=int(os.environ.get("PORT", 7860)),
658
+ show_error=True,)
659