Spaces:
Runtime error
Runtime error
ascarlettvfx
commited on
Commit
•
c0e9610
1
Parent(s):
2ff1378
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
gradio
|
2 |
-
numpy
|
3 |
Pillow
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
Pillow
|
3 |
+
numpy
|
4 |
+
transformers
|
5 |
+
torch # Ensure it's compatible with the model you are loading
|