Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,4 +35,4 @@ def upload_audio():
|
|
35 |
|
36 |
if __name__ == '__main__':
|
37 |
port = int(os.environ.get("PORT", 7860))
|
38 |
-
app.run(debug=True
|
|
|
35 |
|
36 |
if __name__ == '__main__':
|
37 |
port = int(os.environ.get("PORT", 7860))
|
38 |
+
app.run(debug=True, host="0.0.0.0", port=port)
|