d22cs051 commited on
Commit
5eb50ca
β€’
1 Parent(s): 265b3ec

modifying reqs.txt

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -3
  3. requirements.txt +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ WORKDIR $HOME/app
25
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
26
  COPY --chown=user . $HOME/app
27
 
28
- CMD ["python", "app.py"]
 
25
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
26
  COPY --chown=user . $HOME/app
27
 
28
+ CMD ["python3", "app.py"]
README.md CHANGED
@@ -3,9 +3,7 @@ title: Speaker Verification A2
3
  emoji: 🌍
4
  colorFrom: green
5
  colorTo: purple
6
- sdk: gradio
7
- sdk_version: 4.24.0
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
 
3
  emoji: 🌍
4
  colorFrom: green
5
  colorTo: purple
6
+ sdk: docker
 
 
7
  pinned: false
8
  license: mit
9
  ---
requirements.txt CHANGED
@@ -17,7 +17,7 @@ soupsieve==2.5
17
  sox==1.4.1
18
  soxr==0.3.7
19
  speechbrain==1.0.0
20
- # torch==1.9.0
21
  torch-optimizer==0.3.0
22
  torch-stoi==0.2.1
23
  torchaudio==0.9.0
 
17
  sox==1.4.1
18
  soxr==0.3.7
19
  speechbrain==1.0.0
20
+ torch==1.9.0+cu111
21
  torch-optimizer==0.3.0
22
  torch-stoi==0.2.1
23
  torchaudio==0.9.0