Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files
app.py
CHANGED
|
@@ -373,11 +373,6 @@ with gr.Blocks(title="Context Window Extender - Chat") as demo:
|
|
| 373 |
],
|
| 374 |
title="",
|
| 375 |
description=None,
|
| 376 |
-
examples=[
|
| 377 |
-
{"text": "Hello, how are you?"},
|
| 378 |
-
{"text": "Explain quantum computing in simple terms."},
|
| 379 |
-
{"text": "Write a short poem about artificial intelligence."}
|
| 380 |
-
],
|
| 381 |
autofocus=True
|
| 382 |
)
|
| 383 |
|
|
|
|
| 373 |
],
|
| 374 |
title="",
|
| 375 |
description=None,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 376 |
autofocus=True
|
| 377 |
)
|
| 378 |
|