jarguello76 commited on
Commit
b673094
·
verified ·
1 Parent(s): d8c0fa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
118
  model=HuggingFaceInferenceWrapper(inference),
119
  max_steps=4,
120
  verbosity_level=2,
121
- stream_outputs=True,
122
  )
123
 
124
  except Exception as e:
 
118
  model=HuggingFaceInferenceWrapper(inference),
119
  max_steps=4,
120
  verbosity_level=2,
121
+ stream_outputs=False,
122
  )
123
 
124
  except Exception as e: