Hugging Face
Models
Datasets
Spaces
Community
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 7, 2024
Commit
736bad1
·
verified
·
1 Parent(s):
d4026de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -127,4 +127,5 @@ with gr.Blocks() as app:
127
)
128
129
# Launch the app with a specific port
130
-
app.launch(server_port=7861)
127
)
128
129
# Launch the app with a specific port
130
+
app.launch(server_port=7861
, share=True
)
131
+