Spaces:
Runtime error
Runtime error
Commit
·
e14d0da
1
Parent(s):
f675bf5
Update app.py
Browse files
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
|
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():
|