commit
Browse files
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(
|
|
|
|
|
|
|
| 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 |
|