Zagusan's picture
Update app.py
05a2773 verified
raw
history blame contribute delete
280 Bytes
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()