Zoro-147 commited on
Commit
383e3ba
·
verified ·
1 Parent(s): 7da52a0

Create huggingface.yaml

Browse files
Files changed (1) hide show
  1. huggingface.yaml +12 -0
huggingface.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ env:
2
+ accelerate: false
3
+ python: 3.10
4
+ python_packages:
5
+ - "uvicorn"
6
+ - "fastapi"
7
+ - "gradio>=4.0.0"
8
+ - "google-generativeai"
9
+ - "requests"
10
+ - "python-dotenv"
11
+
12
+ app_port: 7860