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:
lamrin8224
/
plantopia
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lamrin8224
commited on
May 29, 2025
Commit
b492424
Β·
verified
Β·
1 Parent(s):
61e9ccd
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
import os
3
+
hf_token = os.getenv("HF_TOKEN")
4
+
gr.load("models/lamrin8224/oxford_flowers_image_detection", hf_token=hf_token).launch(share=True)