Spaces:
Sleeping
Sleeping
Samuel L Meyers
commited on
Commit
·
ad039da
1
Parent(s):
5ee6253
Fix text
Browse files- code/app.py +1 -1
code/app.py
CHANGED
@@ -68,7 +68,7 @@ def main():
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
with gr.Row(variant="panel"):
|
71 |
-
gr.Markdown("## Talk to
|
72 |
with gr.Row(variant="panel"):
|
73 |
talk_output = gr.Textbox()
|
74 |
with gr.Row(variant="panel"):
|
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
with gr.Row(variant="panel"):
|
71 |
+
gr.Markdown("## Talk to Starling on CPU!\n")
|
72 |
with gr.Row(variant="panel"):
|
73 |
talk_output = gr.Textbox()
|
74 |
with gr.Row(variant="panel"):
|