Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
projecte-aina/asr-inference
BSC-LT
/
asr-inference
like
0
Running
on
Zero
App
Files
Files
Community
29
Fetching metadata from the HF Docker repository...
Update app.py
#22
by
ssolito
- opened
11 days ago
base:
refs/heads/main
←
from:
refs/pr/22
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
from
whisper
import generate
3
from AinaTheme import theme
4
import spaces
5
1
import gradio as gr
2
+
from
whisper_cs
import generate
3
from AinaTheme import theme
4
import spaces
5