Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DylanWolf
/
h2o-api
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
DylanWolf
commited on
Oct 7, 2023
Commit
db4be3b
·
1 Parent(s):
3c444c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
description="Enter a message to chat with the model.",
26
)
27
28
-
iface.launch()
25
description="Enter a message to chat with the model.",
26
)
27
28
+
iface.launch(
share=True, server_port=8888
)