Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
raj999/Wise-Vision
raj999
/
Wise-Vision-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
raj999
commited on
Jun 2, 2024
Commit
4423c55
·
verified
·
1 Parent(s):
5463d59
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,5 +11,5 @@ iface = gr.Interface(
11
description="Upload an image and see the result below."
12
)
13
14
-
iface.launch()
15
11
description="Upload an image and see the result below."
12
)
13
14
+
iface.launch(
server_port=7861
)
15