Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -404,8 +404,6 @@ with gr.Blocks(title="Water Quality Prediction Dashboard", css=css_styles) as de
|
|
| 404 |
outputs=input_list_sliders + input_list_text
|
| 405 |
)
|
| 406 |
|
| 407 |
-
# -------------------------------------------------------------------------
|
| 408 |
-
# Launch App
|
| 409 |
-
# -------------------------------------------------------------------------
|
| 410 |
if __name__ == "__main__":
|
| 411 |
-
demo.launch(
|
|
|
|
|
|
| 404 |
outputs=input_list_sliders + input_list_text
|
| 405 |
)
|
| 406 |
|
|
|
|
|
|
|
|
|
|
| 407 |
if __name__ == "__main__":
|
| 408 |
+
demo.launch(server_name="127.0.0.1", server_port=7860)
|
| 409 |
+
|