File size: 280 Bytes
862fa65
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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