lpw commited on
Commit
e06601a
1 Parent(s): 46b2eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,9 +25,9 @@ css = """
25
  font-family: 'IBM Plex Sans', sans-serif;
26
  }
27
  .gr-button {
28
- color: white;
29
- border-color: black;
30
- background: black;
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
- This is a demo for fairseq speech-to-speech translation models. We have S2UT and UnitY models for bidirectional Hokkien and English translation. Please select the model and record your input to try it.
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
  """