Zagusan commited on
Commit
0a04997
1 Parent(s): 8b4550b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/Zagusan/Wikibot-3001").launch()
 
 
 
 
1
  import gradio as gr
2
 
3
+ title = "Demo de Wikibot-3000"
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", description=title, examples=examples).launch()