File size: 440 Bytes
c3eb7ea
 
 
 
 
 
8897472
c3eb7ea
8897472
c3eb7ea
 
 
 
 
 
 
8897472
c3eb7ea
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "autoace-voice-trial"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
    "fastapi<0.116",
    "gradio==4.44.1",
    "jinja2==3.1.4",
    "librosa>=0.11.0",
    "numpy>=2.4.6",
    "pandas<3.0",
    "pyannote-audio>=4.0.7",
    "pydantic>=2.13.4",
    "scipy>=1.17.1",
    "soundfile>=0.14.0",
    "starlette<0.38",
    "torch>=2.13.0",
    "transformers==4.48.0",
]