llaa33219 commited on
Commit
f68782a
·
verified ·
1 Parent(s): 048e09e

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +0 -5
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