formix commited on
Commit
f3a635d
·
1 Parent(s): ec1783f
Files changed (2) hide show
  1. README.md +3 -0
  2. requirements.txt +8 -0
README.md CHANGED
@@ -1,3 +1,6 @@
1
  ---
2
  sdk: gradio
3
  ---
 
 
 
 
1
  ---
2
  sdk: gradio
3
  ---
4
+
5
+ ## Gradio SDK
6
+ This project uses the Gradio SDK for creating interactive machine learning demos.
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
  aiofiles==23.2.1
 
 
 
2
  annotated-types==0.7.0
3
  anyio==4.4.0
 
4
  certifi==2024.7.4
5
  charset-normalizer==3.3.2
6
  click==8.1.7
@@ -10,6 +14,7 @@ fastapi==0.112.1
10
  ffmpy==0.4.0
11
  filelock==3.15.4
12
  fonttools==4.53.1
 
13
  fsspec==2024.6.1
14
  gradio==4.42.0
15
  gradio_client==1.3.0
@@ -25,6 +30,7 @@ markdown-it-py==3.0.0
25
  MarkupSafe==2.1.5
26
  matplotlib==3.9.2
27
  mdurl==0.1.2
 
28
  numpy==2.1.0
29
  orjson==3.10.7
30
  packaging==24.1
@@ -39,6 +45,7 @@ python-dateutil==2.9.0.post0
39
  python-multipart==0.0.9
40
  pytz==2024.1
41
  PyYAML==6.0.2
 
42
  requests==2.32.3
43
  rich==13.7.1
44
  ruff==0.6.2
@@ -55,3 +62,4 @@ tzdata==2024.1
55
  urllib3==2.2.2
56
  uvicorn==0.30.6
57
  websockets==12.0
 
 
1
  aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
+ aiosignal==1.3.1
5
  annotated-types==0.7.0
6
  anyio==4.4.0
7
+ attrs==24.2.0
8
  certifi==2024.7.4
9
  charset-normalizer==3.3.2
10
  click==8.1.7
 
14
  ffmpy==0.4.0
15
  filelock==3.15.4
16
  fonttools==4.53.1
17
+ frozenlist==1.4.1
18
  fsspec==2024.6.1
19
  gradio==4.42.0
20
  gradio_client==1.3.0
 
30
  MarkupSafe==2.1.5
31
  matplotlib==3.9.2
32
  mdurl==0.1.2
33
+ multidict==6.0.5
34
  numpy==2.1.0
35
  orjson==3.10.7
36
  packaging==24.1
 
45
  python-multipart==0.0.9
46
  pytz==2024.1
47
  PyYAML==6.0.2
48
+ replicate==0.32.0
49
  requests==2.32.3
50
  rich==13.7.1
51
  ruff==0.6.2
 
62
  urllib3==2.2.2
63
  uvicorn==0.30.6
64
  websockets==12.0
65
+ yarl==1.9.4