Spaces:
Running
Running
Create .huggingface.yml
Browse files- .huggingface.yml +11 -0
.huggingface.yml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sdk: gradio # Or "streamlit" depending on your app framework
|
2 |
+
|
3 |
+
python_version: 3.10 # Use the Python version your project requires
|
4 |
+
|
5 |
+
system-packages:
|
6 |
+
- imagemagick
|
7 |
+
|
8 |
+
python:
|
9 |
+
- wand # Required for Python binding with ImageMagick
|
10 |
+
|
11 |
+
app_file: app.py # Your main application file
|