File size: 195 Bytes
383e3ba
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
env:
  accelerate: false
  python: 3.10
  python_packages:
    - "uvicorn"
    - "fastapi"
    - "gradio>=4.0.0"
    - "google-generativeai"
    - "requests"
    - "python-dotenv"

app_port: 7860