Spaces:
Sleeping
Sleeping
QAway-to
commited on
Commit
·
81825fb
1
Parent(s):
0f3b552
without k_metrics
Browse files
app.py
CHANGED
|
@@ -81,8 +81,7 @@ 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 |
-
stream = True #
|
| 86 |
|
| 87 |
)
|
| 88 |
|
|
|
|
| 81 |
analyze_button.click(
|
| 82 |
fn=lambda text: analyze_portfolio_streaming(text, client),
|
| 83 |
inputs=portfolio_input,
|
| 84 |
+
outputs=output_box
|
|
|
|
| 85 |
|
| 86 |
)
|
| 87 |
|