Zagusan commited on
Commit
2c2e95b
1 Parent(s): e3cd32b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
  title = "Demo de Wikibot-3001"
4
- examples = [["Hola. ¿Cómo estás?"], ["¿Cómo hornear un pastel?"], ["¿Cómo hacer una investigación?"], ["Método 1:"]]
5
 
6
  gr.Interface.load("models/Zagusan/Wikibot-3001", title=title, examples=examples).launch()
 
1
  import gradio as gr
2
 
3
  title = "Demo de Wikibot-3001"
4
+ examples = [["Hola. ¿Cómo estás?"], ["¿Cómo cocinar?"], ["¿Cómo hornear un pastel?"], ["¿Cómo hacer una investigación?"], ["Método 1:"]]
5
 
6
  gr.Interface.load("models/Zagusan/Wikibot-3001", title=title, examples=examples).launch()