Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SakshiRathi77/void
SakshiRathi77
/
void-with-150epoch
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SakshiRathi77
commited on
Mar 6, 2024
Commit
f99c7e8
·
verified
·
1 Parent(s):
d94fa94
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# SakshiRathi77/void-space-detection
2
+
import gradio as gr
3
+
4
+
gr.load("models/SakshiRathi77/void-space-detection").launch()