Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -109,14 +109,14 @@ with block:
|
|
109 |
</h1>
|
110 |
</div>
|
111 |
<p style="margin-bottom: 10px; font-size: 94%">
|
112 |
-
A Hokkien-English audio speech-to-speech translation fairseq model from Meta AI. Please select the model and record the input to submit.
|
113 |
</p>
|
114 |
</div>
|
115 |
"""
|
116 |
)
|
117 |
with gr.Group():
|
118 |
with gr.Box():
|
119 |
-
with gr.Row().style(mobile_collapse=
|
120 |
audio = gr.Audio(
|
121 |
source="microphone", type="filepath", label="Input"
|
122 |
)
|
|
|
109 |
</h1>
|
110 |
</div>
|
111 |
<p style="margin-bottom: 10px; font-size: 94%">
|
112 |
+
A Hokkien-English and English-Hokkien audio speech-to-speech translation fairseq model from Meta AI. Please select the model and record the input to submit. This is a demo app by JTHTEO.
|
113 |
</p>
|
114 |
</div>
|
115 |
"""
|
116 |
)
|
117 |
with gr.Group():
|
118 |
with gr.Box():
|
119 |
+
with gr.Row().style(mobile_collapse=True, equal_height=True):
|
120 |
audio = gr.Audio(
|
121 |
source="microphone", type="filepath", label="Input"
|
122 |
)
|