crrodrvi commited on
Commit
391709e
·
verified ·
1 Parent(s): 88e287a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ Ya el miércoles, habrá una bajada de temperaturas más generalizada
24
  # Cargar los modelos desde Hugging Face
25
  demo = gr.Interface.load("huggingface/crrodrvi/mbart-simplificacion",
26
  theme='huggingface',
27
- inputs = gr.inputs.Textbox(lines = 10, label="Text")
28
  title = title,
29
  description=description,
30
  examples=examples)
 
24
  # Cargar los modelos desde Hugging Face
25
  demo = gr.Interface.load("huggingface/crrodrvi/mbart-simplificacion",
26
  theme='huggingface',
27
+ inputs = gr.inputs.Textbox(lines = 10, label="Text"),
28
  title = title,
29
  description=description,
30
  examples=examples)