Spaces:
Runtime error
Runtime error
Argentumnes
commited on
Commit
•
f909d89
1
Parent(s):
d540de9
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ examples = [
|
|
10 |
|
11 |
demo = gr.load(
|
12 |
"huggingface/DeepESP/gpt2-spanish",
|
13 |
-
inputs=gr.Textbox(lines=5, max_lines=6, label="
|
14 |
title=title,
|
15 |
examples=examples,
|
16 |
)
|
|
|
10 |
|
11 |
demo = gr.load(
|
12 |
"huggingface/DeepESP/gpt2-spanish",
|
13 |
+
inputs=gr.Textbox(lines=5, max_lines=6, label="Ingresa un texto"),
|
14 |
title=title,
|
15 |
examples=examples,
|
16 |
)
|