llk010502 commited on
Commit
342ab47
1 Parent(s): bc49524

changes on app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -420,9 +420,14 @@ 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
 
428
  server.launch()
 
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
 
433
  server.launch()