vericudebuget commited on
Commit
3327c8c
·
verified ·
1 Parent(s): f71669a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ additional_inputs = [
49
  gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
50
  ]
51
 
52
- with gr.themes.Soft(): # Apply the Soft theme
53
  gr.ChatInterface(
54
  fn=generate,
55
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
 
49
  gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
50
  ]
51
 
52
+ gr.themes.Soft(): # Apply the Soft theme
53
  gr.ChatInterface(
54
  fn=generate,
55
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),