Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-samples/zerogpu-wrapper-fn-error
hysts-samples
/
zerogpu-wrapper-fn-workaround
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hysts
HF staff
commited on
Dec 25, 2024
Commit
51ad3d5
·
verified
·
1 Parent(s):
7cdc41c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ def wrapper_fn():
11
return inner_fn()
12
13
14
-
#
wrapper_fn.zerogpu = True
15
16
17
with gr.Blocks() as demo:
11
return inner_fn()
12
13
14
+
wrapper_fn.zerogpu = True
15
16
17
with gr.Blocks() as demo: