Spaces:
Running
Running
File size: 278 Bytes
e5e7320 |
1 2 3 4 5 6 7 8 9 |
#!/home/jasvir/toast_image_editor/Image_Editor/hf_env/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(app())
|