pablocst commited on
Commit
3e25f76
·
1 Parent(s): cd4b109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css=css) as demo:
120
  state = gr.State([])
121
  b1 = gr.Button("Executar")
122
 
123
- gr.Examples(["Reescreva o seguinte texto com suas palavras: ..."], inputs=[inputs])
124
 
125
  #inputs, top_p, temperature, top_k, repetition_penalty
126
  with gr.Accordion("Parameters", open=False):
 
120
  state = gr.State([])
121
  b1 = gr.Button("Executar")
122
 
123
+ gr.Examples(["Reescreva o seguinte texto com suas palavras: ."], inputs=[inputs])
124
 
125
  #inputs, top_p, temperature, top_k, repetition_penalty
126
  with gr.Accordion("Parameters", open=False):