Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
-
torch
|
|
|
|
| 3 |
spaces
|
| 4 |
gradio==4.42.0
|
| 5 |
gradio-imageslider
|
|
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
huggingface-hub==0.16.4
|
| 4 |
spaces
|
| 5 |
gradio==4.42.0
|
| 6 |
gradio-imageslider
|