Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import os
|
|
| 2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
| 3 |
import gradio as gr
|
| 4 |
import whisper
|
| 5 |
-
import soundfile as sf
|
| 6 |
|
| 7 |
|
| 8 |
|
|
|
|
| 2 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
| 3 |
import gradio as gr
|
| 4 |
import whisper
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
|