merve HF staff commited on
Commit
84ef157
1 Parent(s): 07a79a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -87,8 +87,6 @@ with gr.Blocks(fill_height=False) as demo:
87
  submit_btn = gr.Button("Submit")
88
  output = gr.Textbox(label="Output")
89
 
90
- temperature, max_new_tokens,
91
- repetition_penalty, top_p
92
 
93
  with gr.Accordion(label="Advanced Generation Parameters", open=False):
94
  examples=[
 
87
  submit_btn = gr.Button("Submit")
88
  output = gr.Textbox(label="Output")
89
 
 
 
90
 
91
  with gr.Accordion(label="Advanced Generation Parameters", open=False):
92
  examples=[