Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arkm20
/
Stock-Market-Scanner
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arkm20
commited on
Oct 21, 2024
Commit
8158bd4
·
verified
·
1 Parent(s):
052f068
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -119,4 +119,4 @@ iface = gr.Interface(
119
)
120
121
if __name__ == "__main__":
122
-
iface.launch()
119
)
120
121
if __name__ == "__main__":
122
+
iface.launch(
server_name="0.0.0.0", server_port=7860
)