Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
Huggingface-Space-Controller
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Jun 29
Commit
492bc2b
·
verified
·
1 Parent(s):
a7c17e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -223,4 +223,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue"), title="Hugging Face Hub
223
)
224
225
if __name__ == "__main__":
226
-
demo.launch(debug=
True
)
223
)
224
225
if __name__ == "__main__":
226
+
demo.launch(debug=
False
)