bluenevus commited on
Commit
31b9df5
·
verified ·
1 Parent(s): 9a1f744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.run_server(debug=True, host='0.0.0.0', port=7860)
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.")