Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import os
|
3 |
import torch
|
4 |
import time
|
@@ -434,4 +434,3 @@ 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)
|
437 |
-
```
|
|
|
1 |
+
|
2 |
import os
|
3 |
import torch
|
4 |
import time
|
|
|
434 |
cleanup_old_jobs()
|
435 |
port = int(os.environ.get('PORT', 7860))
|
436 |
app.run(host='0.0.0.0', port=port)
|
|