Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
huggingface_hub
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
huggingface_hub
|
4 |
+
shutil
|
5 |
+
typing
|
6 |
+
PIL
|
7 |
+
os
|
8 |
+
tempfile
|
9 |
+
fastapi
|