Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
raj999
/
Wise-Vision
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
raj999
commited on
Jun 2, 2024
Commit
4ea231b
·
verified
·
1 Parent(s):
3500872
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -48,5 +48,5 @@ iface = gr.Interface(
48
# # import hvplot.xarray
49
50
# hv.extension('bokeh', width=100)
51
-
iface.launch(
server_port=7861
)
52
48
# # import hvplot.xarray
49
50
# hv.extension('bokeh', width=100)
51
+
iface.launch()
52