Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoBlaze
/
Solution-Challenge
like
0
Sleeping
App
Files
Files
Community
NeoBlaze
commited on
Feb 16
Commit
b525d17
•
1 Parent(s):
4ab771b
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/dennisjooo/Birds-Classifier-EfficientNetB2").launch(share=True)