Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ def process_audio():
|
|
37 |
return f"Could not request results from Google Speech Recognition service; {e}", 500
|
38 |
|
39 |
if __name__ == '__main__':
|
40 |
-
app.run(
|
|
|
37 |
return f"Could not request results from Google Speech Recognition service; {e}", 500
|
38 |
|
39 |
if __name__ == '__main__':
|
40 |
+
app.run(host="0.0.0.0", port=7860)
|