Jaward commited on
Commit
4e29c20
·
verified ·
1 Parent(s): ac236d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ 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: Voice Assistant with 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():
 
180
  return None, None, "Conversation history cleared."
181
 
182
  with gr.Blocks(css="style.css") as demo:
183
+ gr.Markdown("# <center><b>Optimus Prime: 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():