Spaces:
Running
Running
Update app.py
Browse files
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 |
|