Zagusan commited on
Commit
05a2773
verified
1 Parent(s): 2c2e95b

Update app.py

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