Spaces:
Running
on
Zero
Running
on
Zero
Fix stream
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def generate_text(
|
|
85 |
progress(0.5, desc="🤖 Leyendo noticia")
|
86 |
|
87 |
try:
|
88 |
-
temp = client.
|
89 |
url, # str in '🌐 URL de la noticia' Textbox component
|
90 |
title, # str in '🌐 Título de la noticia' Textbox component
|
91 |
text, # str in '📰 Cuerpo de la noticia' Textbox component
|
|
|
85 |
progress(0.5, desc="🤖 Leyendo noticia")
|
86 |
|
87 |
try:
|
88 |
+
temp = client.submit(
|
89 |
url, # str in '🌐 URL de la noticia' Textbox component
|
90 |
title, # str in '🌐 Título de la noticia' Textbox component
|
91 |
text, # str in '📰 Cuerpo de la noticia' Textbox component
|