Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -529,6 +529,6 @@ def trigger_resume_download():
|
|
| 529 |
"message": str(e)
|
| 530 |
}), 500
|
| 531 |
|
| 532 |
-
|
| 533 |
app.run(host='0.0.0.0', port=7860, debug=True)
|
| 534 |
|
|
|
|
| 529 |
"message": str(e)
|
| 530 |
}), 500
|
| 531 |
|
| 532 |
+
if __name__ == '__main__':
|
| 533 |
app.run(host='0.0.0.0', port=7860, debug=True)
|
| 534 |
|