Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
ClairVault
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mariotawfik
commited on
Sep 27, 2024
Commit
8bacb26
·
1 Parent(s):
9063b08
app new
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -205,4 +205,4 @@ if __name__ == "__main__":
205
description="This is a FHE Model",
206
)
207
208
-
app.launch(share=True)
205
description="This is a FHE Model",
206
)
207
208
+
app.launch(share=True
, server_port=9000
)