Argentumnes commited on
Commit
f909d89
1 Parent(s): d540de9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Input Text"),
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
  )