changes on app.py
Browse files
app.py
CHANGED
|
@@ -420,6 +420,7 @@ server = gr.Interface(
|
|
| 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 |
)
|
|
|
|
| 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 |
)
|