Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
devilent2/whisper-v3-zero
devilent2
/
whisper-v3-zero-dev
like
3
Runtime error
App
Files
Files
Community
devilent2
commited on
Apr 6
Commit
c6ce8a7
•
1 Parent(s):
5d8cdf1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ def test():
11
12
13
14
-
demo = gr.Interface(
,
test
15
inputs=[graudio],
16
outputs=[])
17
11
12
13
14
+
demo = gr.Interface(test
15
inputs=[graudio],
16
outputs=[])
17