Spaces:
Runtime error
Runtime error
changes on app.py
Browse files
app.py
CHANGED
@@ -420,13 +420,13 @@ server = gr.Interface(
|
|
420 |
label="Response"
|
421 |
)
|
422 |
],
|
423 |
-
live = True,
|
424 |
title="FinGPT-Forecaster-Chinese",
|
425 |
description="""This version allows the prediction based on the most current date. We will upgrade it to allow customized date soon.
|
426 |
|
427 |
This demo has been downgraded to using T4 with 8-bit inference due to cost considerations, speed & performance may be affected.
|
428 |
|
429 |
**⚠️Warning**: This is just a demo showing what this model can do. During each individual inference, company news is randomly sampled from all the news from designated weeks, which might result in different predictions for the same period. We suggest users deploy the original model or clone this space and inference with more carefully selected news in their favorable ways.
|
|
|
430 |
**Disclaimer**: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing."""
|
431 |
)
|
432 |
|
|
|
420 |
label="Response"
|
421 |
)
|
422 |
],
|
|
|
423 |
title="FinGPT-Forecaster-Chinese",
|
424 |
description="""This version allows the prediction based on the most current date. We will upgrade it to allow customized date soon.
|
425 |
|
426 |
This demo has been downgraded to using T4 with 8-bit inference due to cost considerations, speed & performance may be affected.
|
427 |
|
428 |
**⚠️Warning**: This is just a demo showing what this model can do. During each individual inference, company news is randomly sampled from all the news from designated weeks, which might result in different predictions for the same period. We suggest users deploy the original model or clone this space and inference with more carefully selected news in their favorable ways.
|
429 |
+
|
430 |
**Disclaimer**: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing."""
|
431 |
)
|
432 |
|