Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
from torchvision.transforms.functional import InterpolationMode
|
5 |
-
from PIL import Image
|
6 |
-
import gradio as gr
|
|
|
1 |
+
torch==2.3
|
2 |
+
torchvision==0.18
|
3 |
+
Pillow
|
|
|
|
|
|