mac9087 commited on
Commit
873f8a9
·
verified ·
1 Parent(s): 485a6da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ```python
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)