Spaces:
Sleeping
Sleeping
SakibRumu
commited on
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio==3.0
|
| 2 |
-
fastai
|
| 3 |
-
torch==
|
| 4 |
pillow==8.4.0
|
|
|
|
| 1 |
gradio==3.0
|
| 2 |
+
fastai>=2.6.0 # Use a version that supports torch 2.x
|
| 3 |
+
torch==2.3.1 # Or whatever version of torch you need
|
| 4 |
pillow==8.4.0
|