Spaces:
Runtime error
Runtime error
| # Compiled python modules. | |
| *.pyc | |
| # Byte-compiled | |
| _pycache__/ | |
| .cache/ | |
| # Poetry, setuptools, PyPI distribution artifacts. | |
| /*.egg-info | |
| .eggs/ | |
| build/ | |
| dist/ | |
| poetry.lock | |
| # Tests | |
| .pytest_cache/ | |
| # Type checking | |
| .pytype/ | |
| # Other | |
| *.DS_Store | |
| # PyCharm | |
| .idea | |
| .venv | |
| *egg-info | |
| /gradio* |