RamAnanth1 commited on
Commit
e14d0da
·
1 Parent(s): f675bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ start_work = """async() => {
115
 
116
 
117
  with gr.Blocks(title='Talk to CatGPT') as demo:
118
- gr.Markdown("## Talk to CatGPT with your voice in your native language ! ##")
119
  gr.Markdown("### Interact with CatGPT, a cat-based persona created by Cohere AI ! ###")
120
  with gr.Group(elem_id="page_1", visible=True) as page_1:
121
  with gr.Box():
 
115
 
116
 
117
  with gr.Blocks(title='Talk to CatGPT') as demo:
118
+ gr.Markdown("## Talk to CatGPT with your voice ! ##")
119
  gr.Markdown("### Interact with CatGPT, a cat-based persona created by Cohere AI ! ###")
120
  with gr.Group(elem_id="page_1", visible=True) as page_1:
121
  with gr.Box():