QAway-to commited on
Commit
0f3b552
·
1 Parent(s): 984eb4a

without k_metrics

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -81,7 +81,9 @@ with gr.Blocks() as demo:
81
  analyze_button.click(
82
  fn=lambda text: analyze_portfolio_streaming(text, client),
83
  inputs=portfolio_input,
84
- outputs=output_box
 
 
85
  )
86
 
87
  with gr.Tab("⚖️ Сравнение"):
 
81
  analyze_button.click(
82
  fn=lambda text: analyze_portfolio_streaming(text, client),
83
  inputs=portfolio_input,
84
+ outputs=output_box,
85
+ stream = True #
86
+
87
  )
88
 
89
  with gr.Tab("⚖️ Сравнение"):