Spaces:
Runtime error
Runtime error
James Zhou
commited on
Commit
·
9e52f8b
1
Parent(s):
0b821d0
[update] app.py
Browse files
app.py
CHANGED
@@ -849,6 +849,7 @@ if __name__ == "__main__":
|
|
849 |
if "successfully" in model_load_result:
|
850 |
logger.info("Application ready, model loaded")
|
851 |
|
|
|
852 |
app.launch(
|
853 |
server_name="0.0.0.0",
|
854 |
server_port=8080,
|
|
|
849 |
if "successfully" in model_load_result:
|
850 |
logger.info("Application ready, model loaded")
|
851 |
|
852 |
+
# Test
|
853 |
app.launch(
|
854 |
server_name="0.0.0.0",
|
855 |
server_port=8080,
|