Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from transformers import pipeline
|
2 |
import base64
|
3 |
import gradio as gr
|
4 |
-
|
5 |
model_id = "openai/whisper-medium" # update with your model id
|
6 |
#model_id ="openai/whisper-tiny"
|
7 |
pipe = pipeline("automatic-speech-recognition", model=model_id)
|
|
|
1 |
from transformers import pipeline
|
2 |
import base64
|
3 |
import gradio as gr
|
4 |
+
#test
|
5 |
model_id = "openai/whisper-medium" # update with your model id
|
6 |
#model_id ="openai/whisper-tiny"
|
7 |
pipe = pipeline("automatic-speech-recognition", model=model_id)
|