Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pm6six
/
StockProfits
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pm6six
commited on
Dec 11, 2024
Commit
2963c08
·
verified
·
1 Parent(s):
3098af2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -91,5 +91,6 @@ with gr.Blocks() as app:
91
)
92
93
if __name__ == "__main__":
94
-
app.launch()
95
91
)
92
93
if __name__ == "__main__":
94
+
app.launch(
server_port=7861
)
95
+
96