Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kamichanw
/
CIDEr
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CIDEr
/
app.py
Kamichanw
Create app.py
fbdbe3a
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Kamichanw/CIDEr"
)
launch_gradio_widget(module)