Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThatOrJohn
/
PineappleClassifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ThatOrJohn
commited on
Jun 24, 2024
Commit
c321e0d
·
verified
·
1 Parent(s):
4db2ae3
launching as a separate step
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/ThatOrJohn/efficientnet-b1-pineapple")
.launch()
1
import gradio as gr
2
3
+
gradio_app =
gr.load("models/ThatOrJohn/efficientnet-b1-pineapple")
4
+
gradio_app.launch()