Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
diffusers
/
benchmark-pt2.1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sayakpaul
HF staff
commited on
Oct 19, 2023
Commit
3cea76f
·
1 Parent(s):
958ae3c
disable progress bar
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -151,6 +151,7 @@ def load_pipeline(
151
)
152
153
print("Pipeline loaded.")
154
return pipeline
155
156
151
)
152
153
print("Pipeline loaded.")
154
+
pipeline.set_progress_bar_config(disable=True)
155
return pipeline
156
157