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