Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Glazkov
/
mars
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mars
/
app.py
Nikita Glazkov
test config
631481e
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Glazkov/mars"
)
launch_gradio_widget(module)