Spaces:
Build error
Build error
Commit
·
4cca20e
1
Parent(s):
166c4f8
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import time
|
| 3 |
-
from transformers
|
| 4 |
|
| 5 |
|
| 6 |
p= pipeline("automatic-speech-recognition")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import time
|
| 3 |
+
from transformers import pipeline
|
| 4 |
|
| 5 |
|
| 6 |
p= pipeline("automatic-speech-recognition")
|