Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 122 |
|
| 123 |
gr.Examples(["Reescreva o seguinte texto com suas palavras: ."], inputs=[inputs], label="Exemplo 1")
|
| 124 |
gr.Examples(["Outra versão."], inputs=[inputs], label="Exemplo 2")
|
| 125 |
-
gr.Examples(["Resuma o seguinte texto:
|
| 126 |
|
| 127 |
#inputs, top_p, temperature, top_k, repetition_penalty
|
| 128 |
with gr.Accordion("Parameters", open=False):
|
|
|
|
| 122 |
|
| 123 |
gr.Examples(["Reescreva o seguinte texto com suas palavras: ."], inputs=[inputs], label="Exemplo 1")
|
| 124 |
gr.Examples(["Outra versão."], inputs=[inputs], label="Exemplo 2")
|
| 125 |
+
gr.Examples(["Resuma o seguinte texto:" + " "], inputs=[inputs], label="Exemplo 3")
|
| 126 |
|
| 127 |
#inputs, top_p, temperature, top_k, repetition_penalty
|
| 128 |
with gr.Accordion("Parameters", open=False):
|