Phips commited on
Commit
4bd6425
·
verified ·
1 Parent(s): f9dd2ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,6 +1,9 @@
 
1
  torch
2
- git+https://github.com/asomoza/image_gen_aux.git
3
- spaces
4
  gradio
5
  gradio-imageslider
6
- numpy==1.26.4
 
 
 
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