Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
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
Fetching metadata from the HF Docker repository...
devilent2
commited on
Apr 8, 2024
Commit
5c315ce
·
verified
·
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: