Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-measurement
/
perplexity
like
5
Running
App
Files
Files
Community
1
42ab0ea
perplexity
/
app.py
lvwerra
HF staff
Update Space (evaluate main: d781f85c)
42ab0ea
over 2 years ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"perplexity"
, module_type=
"measurement"
)
launch_gradio_widget(module)