Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
| 73 |
|
| 74 |
gr.Markdown("## Text Examples")
|
| 75 |
gr.Examples(
|
| 76 |
-
["hi", "hello"],
|
| 77 |
txt,
|
| 78 |
txt_3,
|
| 79 |
greet3,
|
|
|
|
| 73 |
|
| 74 |
gr.Markdown("## Text Examples")
|
| 75 |
gr.Examples(
|
| 76 |
+
[["hi"], ["hello"]],
|
| 77 |
txt,
|
| 78 |
txt_3,
|
| 79 |
greet3,
|