Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
-
|
| 3 |
-
|
| 4 |
gradio
|
| 5 |
gradio-imageslider
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core deep learning library
|
| 2 |
torch
|
| 3 |
+
|
| 4 |
+
# Gradio for the web interface
|
| 5 |
gradio
|
| 6 |
gradio-imageslider
|
| 7 |
+
|
| 8 |
+
# The upscaling library, installed from the official package index
|
| 9 |
+
image-gen-aux
|