Iker commited on
Commit
b4fcb94
1 Parent(s): cb931f6
Files changed (1) hide show
  1. app_zero.py +1 -2
app_zero.py CHANGED
@@ -223,8 +223,7 @@ def generate_text(
223
  progress(0.5, desc="🤖 Leyendo noticia")
224
 
225
  try:
226
- temp = run_model(mode, title, text):
227
-
228
 
229
  except Exception as e:
230
  print(e)
 
223
  progress(0.5, desc="🤖 Leyendo noticia")
224
 
225
  try:
226
+ temp = run_model(mode, title, text)
 
227
 
228
  except Exception as e:
229
  print(e)