Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raheel31
/
Synthetic-Stock-Data
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Raheel Abdul Rehman
commited on
Nov 7, 2025
Commit
581e4c6
·
1 Parent(s):
04c291c
Synthetic Stock Data
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ demo = gr.Interface(
82
)
83
84
if __name__ == "__main__":
85
-
demo.launch()
82
)
83
84
if __name__ == "__main__":
85
+
demo.launch(
share=True
)