Spaces:
Running
Running
Martijn Bartelds
commited on
Commit
·
3ead97b
1
Parent(s):
2637bef
Update app
Browse files
neural_acoustic_distance.py
CHANGED
@@ -175,7 +175,7 @@ if filename_x is not None and filename_y is not None and featurizer_a is not Non
|
|
175 |
if os.path.isfile("./output/plot.pdf"):
|
176 |
st.caption(" Visualization of neural acoustic distances\
|
177 |
per frame (based on wav2vec 2.0) with the pronunciation of\
|
178 |
-
|
179 |
of second filename on the y-axis. The horizontal line represents\
|
180 |
the global distance value (i.e. the average of all individual frames).\
|
181 |
The blue continuous line represents the moving average distance based on 9 frames,\
|
|
|
175 |
if os.path.isfile("./output/plot.pdf"):
|
176 |
st.caption(" Visualization of neural acoustic distances\
|
177 |
per frame (based on wav2vec 2.0) with the pronunciation of\
|
178 |
+
the first filename on the x-axis and distances to the pronunciation\
|
179 |
of second filename on the y-axis. The horizontal line represents\
|
180 |
the global distance value (i.e. the average of all individual frames).\
|
181 |
The blue continuous line represents the moving average distance based on 9 frames,\
|