Theloomvale commited on
Commit
447f4c9
·
verified ·
1 Parent(s): cc01f53

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- gradio>=4.44.0
 
2
  torch>=2.2.0
3
  torchvision>=0.17.0
 
4
  diffusers>=0.31.0
5
  transformers>=4.44.0
6
  accelerate>=0.33.0
 
1
+ # pinned for stable Spaces deploy
2
+ gradio==4.44.0
3
  torch>=2.2.0
4
  torchvision>=0.17.0
5
+
6
  diffusers>=0.31.0
7
  transformers>=4.44.0
8
  accelerate>=0.33.0