File size: 451 Bytes
208688b 7a0ef82 6603660 |
1 2 3 4 5 |
import gradio as gr
example = ["π€ Transformers is backed by the three most popular deep learning libraries β Jax, PyTorch and TensorFlow β with a seamless integration between them. It's straightforward to train your models with one before loading them for inference with the other.", "Which deep learning libraries back π€ Transformers?"]
gr.Interface.load("huggingface/huggingface-course/bert-finetuned-squad", examples=[example]).launch()
|