Short-Faceless / .huggingface.yml
codewithdark's picture
Create .huggingface.yml
862fa65 verified
raw
history blame
280 Bytes
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