Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
devilent2/whisper-v3-zero-dev
devilent2
/
whisper-v3-zero-canary
like
0
Running
on
Zero
App
Files
Files
Community
devilent2
commited on
Apr 8
Commit
5c315ce
•
1 Parent(s):
190e289
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -219,7 +219,7 @@ demo = gr.Blocks()
219
220
#@spaces.GPU
221
def onload():
222
-
return update_status();
223
224
225
with demo:
219
220
#@spaces.GPU
221
def onload():
222
+
return update_status()
,''
;
223
224
225
with demo: