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
7ba26f8
·
verified
·
1 Parent(s):
0b3dcac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,6 +91,6 @@ with gr.Blocks() as app:
91
)
92
93
if __name__ == "__main__":
94
-
app.launch(server_port=7861
, share=True
)
95
96
91
)
92
93
if __name__ == "__main__":
94
+
app.launch(server_port=7861)
95
96