VIVEK JAYARAM commited on
Commit
18b415a
·
1 Parent(s): 6ab6aea

Renamed gradio demo, updated requirements.txt

Browse files
Files changed (2) hide show
  1. gradio_demo.py → app.py +0 -0
  2. requirements.txt +3 -1
gradio_demo.py → app.py RENAMED
File without changes
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
  diffusers==0.30.3
 
2
  numpy==2.1.2
3
  Pillow==11.0.0
4
  PyYAML==6.0.2
5
  scipy==1.14.1
 
 
6
  tqdm==4.66.5
7
- gradio==5.3.0
 
1
  diffusers==0.30.3
2
+ gradio==5.3.0
3
  numpy==2.1.2
4
  Pillow==11.0.0
5
  PyYAML==6.0.2
6
  scipy==1.14.1
7
+ torch==2.4.1+cu124
8
+ torchvision==0.19.1+cu124
9
  tqdm==4.66.5