Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,4 +103,4 @@ def transcribe():
|
|
103 |
|
104 |
# Use Waitress for Production Server
|
105 |
if __name__ == "__main__":
|
106 |
-
serve(app, host="0.0.0.0", port=7860)
|
|
|
103 |
|
104 |
# Use Waitress for Production Server
|
105 |
if __name__ == "__main__":
|
106 |
+
serve(app, host="0.0.0.0", port=7860)
|