Xbits commited on
Commit
48de8a3
·
verified ·
1 Parent(s): 51d31fd

Update requirements.txt

Browse files

update gradio version. Fix possible wrong syntax

Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Core UI and Runtime Environment
2
- gradio==4.44.0
3
  spaces
4
  numpy
5
  pillow
@@ -8,9 +8,10 @@ pillow
8
  opencv-python-headless
9
 
10
  # Deep Learning Frameworks
 
11
  torch
12
  torchvision
13
- torchaudio --index-url https://download.pytorch.org/whl/cu121
14
 
15
  # Model Architectures & Pipelines (Tzefa / DocRes / Two-Stage GAN)
16
  transformers
 
1
  # Core UI and Runtime Environment
2
+ gradio>=6.0
3
  spaces
4
  numpy
5
  pillow
 
8
  opencv-python-headless
9
 
10
  # Deep Learning Frameworks
11
+ --extra-index-url https://download.pytorch.org/whl/cu121
12
  torch
13
  torchvision
14
+ torchaudio
15
 
16
  # Model Architectures & Pipelines (Tzefa / DocRes / Two-Stage GAN)
17
  transformers