Update app.py
Browse files
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():
|