codewithdark commited on
Commit
862fa65
·
verified ·
1 Parent(s): 2d1a3bb

Create .huggingface.yml

Browse files
Files changed (1) hide show
  1. .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