add gradio to requirements
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -35,6 +35,8 @@ fqdn==1.5.1
|
|
35 |
fsspec==2023.9.2
|
36 |
gitdb==4.0.11
|
37 |
GitPython==3.1.42
|
|
|
|
|
38 |
humanfriendly==10.0
|
39 |
idna==3.4
|
40 |
imageio==2.33.0
|
|
|
35 |
fsspec==2023.9.2
|
36 |
gitdb==4.0.11
|
37 |
GitPython==3.1.42
|
38 |
+
gradio==4.36.1
|
39 |
+
gradio_client==1.0.1
|
40 |
humanfriendly==10.0
|
41 |
idna==3.4
|
42 |
imageio==2.33.0
|