formix commited on
Commit
ddab92c
1 Parent(s): 3e58f20
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +61 -0
.gitignore CHANGED
@@ -28,4 +28,4 @@ Thumbs.db
28
  # Gradio temporary files
29
  tmp/
30
  env
31
- *.txt
 
28
  # Gradio temporary files
29
  tmp/
30
  env
31
+ *test*.txt
requirements.txt ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anthropic==0.34.1
4
+ anyio==4.4.0
5
+ certifi==2024.7.4
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ contourpy==1.2.1
9
+ cycler==0.12.1
10
+ distro==1.9.0
11
+ fastapi==0.112.1
12
+ ffmpy==0.4.0
13
+ filelock==3.15.4
14
+ fonttools==4.53.1
15
+ fsspec==2024.6.1
16
+ gradio==4.41.0
17
+ gradio_client==1.3.0
18
+ h11==0.14.0
19
+ httpcore==1.0.5
20
+ httpx==0.27.0
21
+ huggingface-hub==0.24.6
22
+ idna==3.7
23
+ importlib_resources==6.4.3
24
+ Jinja2==3.1.4
25
+ jiter==0.5.0
26
+ kiwisolver==1.4.5
27
+ markdown-it-py==3.0.0
28
+ MarkupSafe==2.1.5
29
+ matplotlib==3.9.2
30
+ mdurl==0.1.2
31
+ numpy==2.1.0
32
+ orjson==3.10.7
33
+ packaging==24.1
34
+ pandas==2.2.2
35
+ pillow==10.4.0
36
+ pydantic==2.8.2
37
+ pydantic_core==2.20.1
38
+ pydub==0.25.1
39
+ Pygments==2.18.0
40
+ pyparsing==3.1.2
41
+ python-dateutil==2.9.0.post0
42
+ python-multipart==0.0.9
43
+ pytz==2024.1
44
+ PyYAML==6.0.2
45
+ requests==2.32.3
46
+ rich==13.7.1
47
+ ruff==0.6.1
48
+ semantic-version==2.10.0
49
+ shellingham==1.5.4
50
+ six==1.16.0
51
+ sniffio==1.3.1
52
+ starlette==0.38.2
53
+ tokenizers==0.20.0
54
+ tomlkit==0.12.0
55
+ tqdm==4.66.5
56
+ typer==0.12.4
57
+ typing_extensions==4.12.2
58
+ tzdata==2024.1
59
+ urllib3==2.2.2
60
+ uvicorn==0.30.6
61
+ websockets==12.0