Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
diffusers
|
2 |
-
|
3 |
-
transformers>4.40
|
4 |
git+https://github.com/doevent/Real-ESRGAN.git
|
5 |
py360convert
|
6 |
numpy==1.26.4
|
7 |
basicsr
|
8 |
gradio_pannellum
|
9 |
-
requests
|
10 |
-
triton
|
|
|
1 |
+
diffusers
|
2 |
+
transformers
|
|
|
3 |
git+https://github.com/doevent/Real-ESRGAN.git
|
4 |
py360convert
|
5 |
numpy==1.26.4
|
6 |
basicsr
|
7 |
gradio_pannellum
|
8 |
+
requests
|
|