Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import os
|
3 |
import torch
|
4 |
import time
|
@@ -433,4 +432,4 @@ def index():
|
|
433 |
if __name__ == '__main__':
|
434 |
cleanup_old_jobs()
|
435 |
port = int(os.environ.get('PORT', 7860))
|
436 |
-
app.run(host='0.0.0.0', port=port)
|
|
|
|
|
1 |
import os
|
2 |
import torch
|
3 |
import time
|
|
|
432 |
if __name__ == '__main__':
|
433 |
cleanup_old_jobs()
|
434 |
port = int(os.environ.get('PORT', 7860))
|
435 |
+
app.run(host='0.0.0.0', port=port)
|