Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ def transcribe():
|
|
79 |
return jsonify({"error": f"Speech recognition error: {str(e)}"}), 500
|
80 |
|
81 |
if __name__ == "__main__":
|
82 |
-
serve(app, host="0.0.0.0", port=7860)
|
|
|
79 |
return jsonify({"error": f"Speech recognition error: {str(e)}"}), 500
|
80 |
|
81 |
if __name__ == "__main__":
|
82 |
+
serve(app, host="0.0.0.0", port=7860)
|