Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -15,6 +15,10 @@ pyyaml==6.0.1
|
|
| 15 |
gradio
|
| 16 |
einops
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
# Relatively dynamic library (We think that these libraries may frequently modify their API, so it is better to use the same version as below)
|
| 19 |
# pyiqa==0.1.7
|
| 20 |
# pthflops==0.4.2
|
|
|
|
| 15 |
gradio
|
| 16 |
einops
|
| 17 |
|
| 18 |
+
huggingface_hub==0.25.0
|
| 19 |
+
httpx[socks]
|
| 20 |
+
fastapi==0.112.4
|
| 21 |
+
|
| 22 |
# Relatively dynamic library (We think that these libraries may frequently modify their API, so it is better to use the same version as below)
|
| 23 |
# pyiqa==0.1.7
|
| 24 |
# pthflops==0.4.2
|