Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amanseth06
/
newTryOn
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
newTryOn
/
inference_server.py
amanSethSmava
new commit
6d314be
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
118 Bytes
if
__name__ ==
"__main__"
:
server = grpc.server(...)
...
server.start()
server.wait_for_termination()