almncarlo commited on
Commit
10738e8
1 Parent(s): 6864843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with gr.Blocks(
278
  theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
279
  ) as demo:
280
 
281
- gr.HTML("<h1 style='text-align: center'>MyAlexa</h1>")
282
 
283
  with gr.Row():
284
  with gr.Column():
 
278
  theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
279
  ) as demo:
280
 
281
+ gr.HTML("<h1 style='text-align: center'>MyAlexa: A ChatBot using Canary ASR, Phi3 LLM, and VITS TTS</h1>")
282
 
283
  with gr.Row():
284
  with gr.Column():