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