Update app.py
Browse files
app.py
CHANGED
|
@@ -217,5 +217,5 @@ def download_transcript(n_clicks, transcription_output):
|
|
| 217 |
|
| 218 |
if __name__ == '__main__':
|
| 219 |
print("Starting the Dash application...")
|
| 220 |
-
app.
|
| 221 |
print("Dash application has finished running.")
|
|
|
|
| 217 |
|
| 218 |
if __name__ == '__main__':
|
| 219 |
print("Starting the Dash application...")
|
| 220 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|
| 221 |
print("Dash application has finished running.")
|