Spaces:
Sleeping
Sleeping
udbhav
commited on
Commit
·
7f1477e
1
Parent(s):
80fce4d
changed the docker for test
Browse files
app2.py
CHANGED
|
@@ -1775,7 +1775,7 @@ def main():
|
|
| 1775 |
app.server.controller.add("decimate_again", app.decimate_again)
|
| 1776 |
app.server.controller.add("reset_mesh", app.reset_mesh)
|
| 1777 |
# app.server.start(7872)
|
| 1778 |
-
port = int(os.environ.get("PORT", "
|
| 1779 |
|
| 1780 |
# `host` is controlled via CLI (--host 0.0.0.0), here we just:
|
| 1781 |
app.server.start(
|
|
|
|
| 1775 |
app.server.controller.add("decimate_again", app.decimate_again)
|
| 1776 |
app.server.controller.add("reset_mesh", app.reset_mesh)
|
| 1777 |
# app.server.start(7872)
|
| 1778 |
+
port = int(os.environ.get("PORT", "7860"))
|
| 1779 |
|
| 1780 |
# `host` is controlled via CLI (--host 0.0.0.0), here we just:
|
| 1781 |
app.server.start(
|