alexkueck commited on
Commit
37df18e
1 Parent(s): d571edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -472,10 +472,10 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
472
  model_option,
473
  #anzahl_docs,
474
  top_p
475
- #temperature,
476
- #max_length_tokens,
477
- #max_context_length_tokens,
478
- #repetition_penalty
479
  ],
480
  outputs=[ chatbot, status_display], #[ chatbot, history, status_display],
481
  show_progress=True,
 
472
  model_option,
473
  #anzahl_docs,
474
  top_p
475
+ temperature,
476
+ max_length_tokens,
477
+ max_context_length_tokens,
478
+ repetition_penalty
479
  ],
480
  outputs=[ chatbot, status_display], #[ chatbot, history, status_display],
481
  show_progress=True,