akhaliq's picture
akhaliq HF staff
Update app.py
313f708
raw
history blame contribute delete
No virus
246 Bytes
import gradio as gr
examples=[['That is a happy person','That is a happy dog\nThat is a very happy person\nToday is a sunny day']]
gr.Interface.load("huggingface/sentence-transformers/paraphrase-xlm-r-multilingual-v1",examples=examples).launch()