Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title = "Demo de Wikibot-
|
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 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()
|