Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -300,8 +300,8 @@ Two tabs: Price Prediction (Finnhub with Alpha Vantage fallback) and Equity Rese
|
|
| 300 |
|
| 301 |
btn2.click(on_report, inputs=[symbol2, temp2, max_new2], outputs=out2, show_progress=True)
|
| 302 |
|
| 303 |
-
# Enable queue
|
| 304 |
-
demo.queue(
|
| 305 |
return demo
|
| 306 |
|
| 307 |
|
|
|
|
| 300 |
|
| 301 |
btn2.click(on_report, inputs=[symbol2, temp2, max_new2], outputs=out2, show_progress=True)
|
| 302 |
|
| 303 |
+
# Enable queue with default settings for current Gradio version
|
| 304 |
+
demo.queue()
|
| 305 |
return demo
|
| 306 |
|
| 307 |
|