Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
13thapostle/FinGPT-forecaster
willdas
/
FinGPT-forecaster
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
13thapostle
commited on
Apr 26
Commit
bef8c5b
·
verified
·
1 Parent(s):
81e3247
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -317,4 +317,4 @@ For more detailed and customized implementation, refer to our FinGPT project: <h
317
"""
318
)
319
320
-
demo.launch(ssr_mode = False)
317
"""
318
)
319
320
+
demo.launch(ssr_mode = False
,server_port = 7861
)