Spaces:
Running
Running
sdk: gradio # Or "streamlit" depending on your app framework | |
python_version: 3.10 # Use the Python version your project requires | |
system-packages: | |
- imagemagick | |
python: | |
- wand # Required for Python binding with ImageMagick | |
app_file: app.py # Your main application file | |