vera6's picture
Upload folder using huggingface_hub
76ca4ad verified
raw
history blame contribute delete
92 Bytes
from app import ModelAPI
api = ModelAPI(
host = "0.0.0.0",
port = 6500
)
api.run()