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