Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
berkatil
/
map
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
map
/
app.py
berkatil
add module default template
e6d0f8f
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"berkatil/map"
)
launch_gradio_widget(module)