Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,9 @@ css = """
|
|
25 |
font-family: 'IBM Plex Sans', sans-serif;
|
26 |
}
|
27 |
.gr-button {
|
28 |
-
color:
|
29 |
-
border-color:
|
30 |
-
background:
|
31 |
}
|
32 |
input[type='range'] {
|
33 |
accent-color: black;
|
@@ -115,7 +115,7 @@ with block:
|
|
115 |
</h1>
|
116 |
</div>
|
117 |
<p style="margin-bottom: 10px; font-size: 94%">
|
118 |
-
|
119 |
</p>
|
120 |
</div>
|
121 |
"""
|
|
|
25 |
font-family: 'IBM Plex Sans', sans-serif;
|
26 |
}
|
27 |
.gr-button {
|
28 |
+
color: black;
|
29 |
+
border-color: grey;
|
30 |
+
background: grey;
|
31 |
}
|
32 |
input[type='range'] {
|
33 |
accent-color: black;
|
|
|
115 |
</h1>
|
116 |
</div>
|
117 |
<p style="margin-bottom: 10px; font-size: 94%">
|
118 |
+
A demo for fairseq speech-to-speech translation models. It supports S2UT and UnitY models for bidirectional Hokkien and English translation. Please select the model and record the input to submit.
|
119 |
</p>
|
120 |
</div>
|
121 |
"""
|