Iker commited on
Commit
160596e
1 Parent(s): 5baf3b7

Fix stream

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def generate_text(
85
  progress(0.5, desc="🤖 Leyendo noticia")
86
 
87
  try:
88
- temp = client.predict(
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