Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
JoaquinVanschoren/croissant-checker
EvidenceAIResearch
/
croissant-checker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JoaquinVanschoren
commited on
28 days ago
Commit
7893329
·
1 Parent(s):
3d4d9f5
gradio theme fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -626,4 +626,4 @@ def create_ui():
626
627
if __name__ == "__main__":
628
app = create_ui()
629
-
app.launch()
626
627
if __name__ == "__main__":
628
app = create_ui()
629
+
app.launch(
show_api=False
)