Spaces:
Running on T4
Running on T4
Pin transitive dependency (starlette) as a workaround (#12)
Browse files- Pin transitive dependency (starlette) as a workaround (009ff8afa78a292384cbf9c14495989aba492e53)
Co-authored-by: Prasanna Sridhar <imgprcsng@users.noreply.huggingface.co>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -11,6 +11,7 @@ setuptools
|
|
| 11 |
ushlex
|
| 12 |
gradio>=4.0.0,<5
|
| 13 |
gradio_image_prompter-0.1.0-py3-none-any.whl
|
|
|
|
| 14 |
spaces
|
| 15 |
filetype
|
| 16 |
tqdm
|
|
|
|
| 11 |
ushlex
|
| 12 |
gradio>=4.0.0,<5
|
| 13 |
gradio_image_prompter-0.1.0-py3-none-any.whl
|
| 14 |
+
starlette<1.0.0
|
| 15 |
spaces
|
| 16 |
filetype
|
| 17 |
tqdm
|