Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
)