Spaces:
Paused
Paused
Update app.py
#1
by deleted - opened
app.py
CHANGED
|
@@ -487,3 +487,4 @@ def upload_files():
|
|
| 487 |
if __name__ == "__main__":
|
| 488 |
port = int(os.environ.get("PORT", 5000))
|
| 489 |
app.run(host="0.0.0.0", port=port, debug=False, threaded=True)
|
|
|
|
|
|
| 487 |
if __name__ == "__main__":
|
| 488 |
port = int(os.environ.get("PORT", 5000))
|
| 489 |
app.run(host="0.0.0.0", port=port, debug=False, threaded=True)
|
| 490 |
+
|