Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-Manith
/
SpotRadar-Gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AI-Manith
commited on
Apr 27, 2025
Commit
79dceb6
·
verified
·
1 Parent(s):
7b0051a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
import os
3
+
4
+
demo = gr.load("AI-Manith/spotradar_gradio_backend", src="spaces", hf_token=os.environ.get("HUGGING_FACE_HUB_TOKEN"))
5
+
6
+
7
+
8
+
demo.launch()