dipesh1701 commited on
Commit
da780f0
1 Parent(s): 9abf363
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,7 +1,7 @@
1
- !pip install -q gradio
2
- !pip install -q pyChatGPT
3
- !pip install -q git+https://github.com/openai/whisper.git
4
- !pip install -q --upgrade git+https://github.com/huggingface/diffusers.git transformers accelerate scipy
5
 
6
  import whisper
7
  import gradio as gr
 
1
+ # !pip install -q gradio
2
+ # !pip install -q pyChatGPT
3
+ # !pip install -q git+https://github.com/openai/whisper.git
4
+ # !pip install -q --upgrade git+https://github.com/huggingface/diffusers.git transformers accelerate scipy
5
 
6
  import whisper
7
  import gradio as gr