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:
samrosenf
/
avocado_classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
samrosenf
commited on
Sep 23, 2025
Commit
fe54dcf
·
1 Parent(s):
e698621
set python version to 3.12
Browse files
Files changed (1)
hide
show
README.md
+1
-0
README.md
CHANGED
Viewed
@@ -7,6 +7,7 @@ sdk: gradio
7
sdk_version: 5.46.1
8
app_file: app.py
9
pinned: false
10
license: apache-2.0
11
---
12
7
sdk_version: 5.46.1
8
app_file: app.py
9
pinned: false
10
+
python_version: "3.12"
11
license: apache-2.0
12
---
13