Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haotongye-shopee
/
ppl
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ebde92c
ppl
/
app.py
haotongye-shopee
add module default template
ebde92c
11 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"haotongye-shopee/ppl"
)
launch_gradio_widget(module)