davanstrien HF Staff commited on
Commit
889d49e
·
verified ·
1 Parent(s): 5ced46c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -87,12 +87,6 @@ with gr.Blocks() as demo:
87
  )
88
 
89
  gr.Examples(
90
- examples=[
91
- ["Hello, my name is", 10],
92
- ["The capital of France is", 10],
93
- ["Once upon a time", 10],
94
- ["The best way to learn is to", 10]
95
- ],
96
  inputs=[input_text, top_k],
97
  )
98
 
 
87
  )
88
 
89
  gr.Examples(
 
 
 
 
 
 
90
  inputs=[input_text, top_k],
91
  )
92