Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atrost
/
local_perplexity
like
0
Configuration error
App
Files
Files
Community
83a740e
local_perplexity
/
app.py
atrost
add module default template
f116fee
about 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"atrost/local_perplexity"
)
launch_gradio_widget(module)