Spaces:
Running
on
Zero
Running
on
Zero
from pathlib import Path | |
from setuptools import setup, find_packages | |
setup_path = Path(__file__).parent | |
setup( | |
name = "stablenormal", | |
packages=find_packages() | |
) |