lilblueyes commited on
Commit
dfed012
·
1 Parent(s): c550165

Update requirements

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. app.py +2 -6
  3. requirements.txt +28 -19
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: 🗣️
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
 
7
  python_version: "3.12"
8
  app_file: app.py
9
  pinned: false
 
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: "5.50.0"
8
  python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
app.py CHANGED
@@ -71,7 +71,7 @@ def build_video_input(label: str) -> gr.Video:
71
  )
72
 
73
 
74
- with gr.Blocks(title="Sign2Voice") as demo:
75
  gr.HTML(
76
  """
77
  <main id="hero">
@@ -282,8 +282,4 @@ with gr.Blocks(title="Sign2Voice") as demo:
282
 
283
 
284
  if __name__ == "__main__":
285
- demo.queue().launch(
286
- css=CUSTOM_CSS,
287
- theme=gr.themes.Base(),
288
- ssr_mode=False,
289
- )
 
71
  )
72
 
73
 
74
+ with gr.Blocks(title="Sign2Voice", css=CUSTOM_CSS, theme=gr.themes.Base()) as demo:
75
  gr.HTML(
76
  """
77
  <main id="hero">
 
282
 
283
 
284
  if __name__ == "__main__":
285
+ demo.queue().launch()
 
 
 
 
requirements.txt CHANGED
@@ -1,33 +1,42 @@
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  --prefer-binary
3
 
4
- qwen-tts
5
- soundfile
6
- torch
7
- huggingface-hub
8
- llama-cpp-python
 
 
 
 
 
 
9
  numpy==1.26.4
10
  pandas>=2.1,<3.0
11
  protobuf==4.25.9
12
  opencv-contrib-python==4.11.0.86
 
13
  attrs>=26.1,<27
14
  mediapipe==0.10.14
 
 
15
  tensorflow-cpu==2.17.1
16
  tf-keras==2.17.0
17
- Flask
18
- flask-cors
19
- gdown
20
- mtcnn
21
- fire
22
- gunicorn
23
- lightphe
24
- lightdsa
25
- python-dotenv
26
- beautifulsoup4
27
- PySocks
28
- joblib
29
- lz4
30
- sympy
31
  deepface==0.0.100
32
  retina-face==0.0.18
33
  pillow==11.3.0
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  --prefer-binary
3
 
4
+ qwen-tts==0.1.0
5
+ transformers==4.57.3
6
+ accelerate==1.12.0
7
+ torchaudio==2.11.0
8
+ soundfile==0.13.1
9
+ huggingface-hub==0.36.2
10
+ llama-cpp-python==0.3.16
11
+ uvicorn==0.48.0
12
+ websockets==15.0.1
13
+ urllib3==2.7.0
14
+ typing-extensions==4.15.0
15
  numpy==1.26.4
16
  pandas>=2.1,<3.0
17
  protobuf==4.25.9
18
  opencv-contrib-python==4.11.0.86
19
+ opencv-python==4.11.0.86
20
  attrs>=26.1,<27
21
  mediapipe==0.10.14
22
+ jax==0.5.3
23
+ jaxlib==0.5.3
24
  tensorflow-cpu==2.17.1
25
  tf-keras==2.17.0
26
+ Flask==3.1.2
27
+ flask-cors==6.0.2
28
+ gdown==5.2.0
29
+ mtcnn==1.0.0
30
+ fire==0.7.1
31
+ gunicorn==23.0.0
32
+ lightphe==0.0.16
33
+ lightdsa==0.0.3
34
+ python-dotenv==1.2.1
35
+ beautifulsoup4==4.14.3
36
+ PySocks==1.7.1
37
+ joblib==1.5.3
38
+ lz4==4.4.5
39
+ sympy==1.14.0
40
  deepface==0.0.100
41
  retina-face==0.0.18
42
  pillow==11.3.0