Spaces:
Build error
Build error
brentspell
commited on
Commit
•
66dcbda
1
Parent(s):
a4fa69a
initial setup
Browse files- .python-version +1 -0
- app.py +7 -0
- requirements.in +1 -0
- requirements.txt +100 -0
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
space-hifi-gan-bwe
|
app.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio
|
2 |
+
|
3 |
+
def greet(name):
|
4 |
+
return "Hello " + name + "!!"
|
5 |
+
|
6 |
+
iface = gradio.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch()
|
requirements.in
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
hifi-gan-bwe
|
requirements.txt
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#
|
2 |
+
# This file is autogenerated by pip-compile with python 3.9
|
3 |
+
# To update, run:
|
4 |
+
#
|
5 |
+
# pip-compile
|
6 |
+
#
|
7 |
+
audioread==2.1.9
|
8 |
+
# via hifi-gan-bwe
|
9 |
+
certifi==2021.10.8
|
10 |
+
# via
|
11 |
+
# requests
|
12 |
+
# sentry-sdk
|
13 |
+
cffi==1.15.0
|
14 |
+
# via soundfile
|
15 |
+
charset-normalizer==2.0.12
|
16 |
+
# via requests
|
17 |
+
click==8.1.2
|
18 |
+
# via wandb
|
19 |
+
cycler==0.11.0
|
20 |
+
# via matplotlib
|
21 |
+
docker-pycreds==0.4.0
|
22 |
+
# via wandb
|
23 |
+
fonttools==4.32.0
|
24 |
+
# via matplotlib
|
25 |
+
gitdb==4.0.9
|
26 |
+
# via gitpython
|
27 |
+
gitpython==3.1.27
|
28 |
+
# via wandb
|
29 |
+
hifi-gan-bwe==0.1.8
|
30 |
+
# via -r requirements.in
|
31 |
+
idna==3.3
|
32 |
+
# via requests
|
33 |
+
kiwisolver==1.4.2
|
34 |
+
# via matplotlib
|
35 |
+
matplotlib==3.5.1
|
36 |
+
# via hifi-gan-bwe
|
37 |
+
numpy==1.22.3
|
38 |
+
# via
|
39 |
+
# hifi-gan-bwe
|
40 |
+
# matplotlib
|
41 |
+
packaging==21.3
|
42 |
+
# via matplotlib
|
43 |
+
pathtools==0.1.2
|
44 |
+
# via wandb
|
45 |
+
pillow==9.1.0
|
46 |
+
# via matplotlib
|
47 |
+
promise==2.3
|
48 |
+
# via wandb
|
49 |
+
protobuf==3.20.0
|
50 |
+
# via wandb
|
51 |
+
psutil==5.9.0
|
52 |
+
# via wandb
|
53 |
+
pycparser==2.21
|
54 |
+
# via cffi
|
55 |
+
pyparsing==3.0.8
|
56 |
+
# via
|
57 |
+
# matplotlib
|
58 |
+
# packaging
|
59 |
+
python-dateutil==2.8.2
|
60 |
+
# via
|
61 |
+
# matplotlib
|
62 |
+
# wandb
|
63 |
+
pyyaml==6.0
|
64 |
+
# via wandb
|
65 |
+
requests==2.27.1
|
66 |
+
# via
|
67 |
+
# hifi-gan-bwe
|
68 |
+
# wandb
|
69 |
+
sentry-sdk==1.5.10
|
70 |
+
# via wandb
|
71 |
+
setproctitle==1.2.3
|
72 |
+
# via wandb
|
73 |
+
shortuuid==1.0.8
|
74 |
+
# via wandb
|
75 |
+
six==1.16.0
|
76 |
+
# via
|
77 |
+
# docker-pycreds
|
78 |
+
# promise
|
79 |
+
# python-dateutil
|
80 |
+
# wandb
|
81 |
+
smmap==5.0.0
|
82 |
+
# via gitdb
|
83 |
+
soundfile==0.10.3.post1
|
84 |
+
# via hifi-gan-bwe
|
85 |
+
torch==1.11.0
|
86 |
+
# via
|
87 |
+
# hifi-gan-bwe
|
88 |
+
# torchaudio
|
89 |
+
torchaudio==0.11.0
|
90 |
+
# via hifi-gan-bwe
|
91 |
+
tqdm==4.64.0
|
92 |
+
# via hifi-gan-bwe
|
93 |
+
typing-extensions==4.2.0
|
94 |
+
# via torch
|
95 |
+
urllib3==1.26.9
|
96 |
+
# via
|
97 |
+
# requests
|
98 |
+
# sentry-sdk
|
99 |
+
wandb==0.12.14
|
100 |
+
# via hifi-gan-bwe
|