Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Syleto
/
recommender
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AzizBenAmmar7
commited on
Dec 12, 2025
Commit
7e9fa5a
·
1 Parent(s):
5616ae7
fix: Remove allow_flagging parameter for Gradio 6.x compatibility
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ if __name__ == "__main__":
90
server_name="0.0.0.0",
91
server_port=7860,
92
share=False
93
-
)
90
server_name="0.0.0.0",
91
server_port=7860,
92
share=False
93
+
)