Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manueldeprada
/
beer
like
0
Runtime error
App
Files
Files
Community
80dcff0
beer
/
app.py
Manuel de Prada
add module default template
0f80edd
over 1 year ago
raw
Copy download link
history
blame
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"manueldeprada/beer"
)
launch_gradio_widget(module)