pablocst commited on
Commit
d4c6730
1 Parent(s): 69b4668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -121,7 +121,8 @@ with gr.Blocks(css=css) as demo:
121
  b1 = gr.Button("Executar")
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=" ")
 
125
 
126
  #inputs, top_p, temperature, top_k, repetition_penalty
127
  with gr.Accordion("Parameters", open=False):
 
121
  b1 = gr.Button("Executar")
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):