Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wangzerui
/
finaich
like
2
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
wangzerui
commited on
Jun 16, 2024
Commit
2b75b43
·
verified
·
1 Parent(s):
05683ff
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -195,5 +195,5 @@ iface = gr.Interface(
195
)
196
197
if __name__ == "__main__":
198
-
iface.launch(share=True
, server_port=7861
)
199
195
)
196
197
if __name__ == "__main__":
198
+
iface.launch(share=True)
199