crrodrvi commited on
Commit
8d887fc
·
verified ·
1 Parent(s): 1d52560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -23,11 +23,11 @@ Ya el miércoles, habrá una bajada de temperaturas más generalizada
23
 
24
  # Cargar los modelos desde Hugging Face
25
  demo = gr.Interface.load("huggingface/crrodrvi/mbart-simplificacion",
26
- theme='huggingface',
27
- inputs="textbox",
28
- outputs="textbox",
29
- title = title,
30
- description=description,
31
  examples=examples)
32
  #io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
33
 
 
23
 
24
  # Cargar los modelos desde Hugging Face
25
  demo = gr.Interface.load("huggingface/crrodrvi/mbart-simplificacion",
26
+ #theme='huggingface',
27
+ # inputs="textbox",
28
+ # outputs="textbox",
29
+ # title = title,
30
+ # description=description,
31
  examples=examples)
32
  #io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
33