Spaces:
Runtime error
Runtime error
RyaneAthmane
commited on
Commit
•
e902f5d
1
Parent(s):
dc4af30
Upload folder using huggingface_hub
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
from transformers import pipeline
|
|
|
4 |
|
5 |
pipe = pipeline("automatic-speech-recognition",
|
6 |
"openai/whisper-large-v3",
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
from transformers import pipeline
|
4 |
+
import torch
|
5 |
|
6 |
pipe = pipeline("automatic-speech-recognition",
|
7 |
"openai/whisper-large-v3",
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
gradio
|
|
|
|
1 |
gradio
|
2 |
+
transformers
|