Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def clear_history():
|
|
181 |
|
182 |
with gr.Blocks(css="style.css") as demo:
|
183 |
gr.Markdown("# <center><b>Optimus Prime: Your Personal AI Voice Assistant with Speech Translation</b></center>")
|
184 |
-
gr.Markdown("## <center><b>For speech translation, start with the phrase 'Please translate' followed by the speech you want to translate</b></center>")
|
185 |
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=1):
|
|
|
181 |
|
182 |
with gr.Blocks(css="style.css") as demo:
|
183 |
gr.Markdown("# <center><b>Optimus Prime: Your Personal AI Voice Assistant with Speech Translation</b></center>")
|
184 |
+
gr.Markdown("## <center><b>For speech translation, start with the phrase 'Please translate' followed by the speech you want to translate</b></center><br><br>")
|
185 |
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=1):
|