ysharma HF staff commited on
Commit
4946ad9
1 Parent(s): 4455967
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  os.system("pip install git+https://github.com/openai/whisper.git")
3
  os.system("pip install neon-tts-plugin-coqui==0.6.0")
4
  import gradio as gr
5
- import whisper
6
  import requests
7
  import tempfile
8
  from neon_tts_plugin_coqui import CoquiTTS
 
2
  os.system("pip install git+https://github.com/openai/whisper.git")
3
  os.system("pip install neon-tts-plugin-coqui==0.6.0")
4
  import gradio as gr
5
+ import whisper
6
  import requests
7
  import tempfile
8
  from neon_tts_plugin_coqui import CoquiTTS