daKhosa commited on
Commit ·
a644442
1
Parent(s): 74db1bc
Pin Gradio web stack versions
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,9 @@ einops
|
|
| 12 |
peft
|
| 13 |
protobuf==3.20.*
|
| 14 |
pydantic==2.10.6
|
|
|
|
|
|
|
|
|
|
| 15 |
huggingface_hub
|
| 16 |
spaces
|
| 17 |
python-multipart==0.0.12
|
|
|
|
| 12 |
peft
|
| 13 |
protobuf==3.20.*
|
| 14 |
pydantic==2.10.6
|
| 15 |
+
fastapi==0.112.2
|
| 16 |
+
starlette==0.38.6
|
| 17 |
+
jinja2==3.1.4
|
| 18 |
huggingface_hub
|
| 19 |
spaces
|
| 20 |
python-multipart==0.0.12
|