File size: 280 Bytes
15daf65
 
e3cd32b
2c2e95b
0a04997
05a2773
1
2
3
4
5
6
import gradio as gr

title = "Demo de Wikibot-3001"
examples = [["Hola. 驴C贸mo est谩s?"], ["驴C贸mo cocinar?"], ["驴C贸mo hornear un pastel?"], ["驴C贸mo hacer una investigaci贸n?"], ["M茅todo 1:"]]

gr.load("models/Zagusan/Wikibot-3001", title=title, examples=examples).launch()