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 7, 2024
Commit
f10d0ed
·
verified
·
1 Parent(s):
9ff110d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,5 +96,5 @@ with gr.Blocks() as app:
96
)
97
98
if __name__ == "__main__":
99
-
app.launch()
100
96
)
97
98
if __name__ == "__main__":
99
+
app.launch(
share=True
)
100