Update app.py
Browse files
app.py
CHANGED
@@ -180,8 +180,8 @@ def clear_history():
|
|
180 |
return None, None, "Conversation history cleared."
|
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
|
185 |
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=1):
|
|
|
180 |
return None, None, "Conversation history cleared."
|
181 |
|
182 |
with gr.Blocks(css="style.css") as demo:
|
183 |
+
gr.Markdown("# <br><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>")
|
185 |
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=1):
|