thealphamerc commited on
Commit
5c66990
·
1 Parent(s): 9de2290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,9 +1,9 @@
 
1
  import gradio as gr
2
  from subprocess import call
3
  import whisper
4
  import os
5
  import logging
6
- os.system("pip install git+https://github.com/openai/whisper.git")
7
  # from transformers.pipelines.audio_utils import ffmpeg_read
8
 
9
 
 
1
+ os.system("pip install git+https://github.com/openai/whisper.git")
2
  import gradio as gr
3
  from subprocess import call
4
  import whisper
5
  import os
6
  import logging
 
7
  # from transformers.pipelines.audio_utils import ffmpeg_read
8
 
9