Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,14 +22,13 @@ Ya el mi茅rcoles, habr谩 una bajada de temperaturas m谩s generalizada
|
|
22 |
]
|
23 |
|
24 |
# Cargar los modelos desde Hugging Face
|
25 |
-
demo = gr.Interface.load("
|
26 |
-
|
27 |
-
|
28 |
# outputs="textbox",
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
#io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
|
33 |
|
34 |
# Lanzar la aplicaci贸n
|
35 |
demo.launch(share=True)
|
|
|
22 |
]
|
23 |
|
24 |
# Cargar los modelos desde Hugging Face
|
25 |
+
demo = gr.Interface.load("crrodrvi/modelo_simplificacion_bart"
|
26 |
+
theme='huggingface',
|
27 |
+
inputs="textbox",
|
28 |
# outputs="textbox",
|
29 |
+
title = title,
|
30 |
+
description=description,
|
31 |
+
examples=examples)
|
|
|
32 |
|
33 |
# Lanzar la aplicaci贸n
|
34 |
demo.launch(share=True)
|