Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
examples
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Jan 29
Commit
f9c862a
·
verified
·
1 Parent(s):
09769a9
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ with gr.Blocks() as app:
25
26
27
if __name__ == "__main__":
28
-
app.launch()
25
26
27
if __name__ == "__main__":
28
+
app.launch(
show_api=False
)