sn105-speech / app /run.py
vera6's picture
Upload folder using huggingface_hub
9a6e8c4 verified
raw
history blame contribute delete
92 Bytes
from app import ModelAPI
api = ModelAPI(
host = "0.0.0.0",
port = 6500
)
api.run()