perplexity / app.py
lvwerra's picture
lvwerra HF staff
Update Space (evaluate main: 828c6327)
735107c
raw
history blame
No virus
132 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("perplexity")
launch_gradio_widget(module)