ford442 commited on
Commit
5774403
·
verified ·
1 Parent(s): a2f4706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,5 +137,5 @@ with gr.Blocks(title="Whisper, Vicuna, & TTS Demo") as demo: # Updated title
137
  )
138
 
139
  if __name__ == '__main__':
140
- app.run(debug=True, port=5000) # Run Flask app
141
  demo.launch(share=False)
 
137
  )
138
 
139
  if __name__ == '__main__':
140
+ # app.run(debug=True, port=5000) # Run Flask app
141
  demo.launch(share=False)