Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ demo = gr.ChatInterface(
|
|
52 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
53 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
54 |
],
|
55 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True
|
56 |
|
57 |
)
|
58 |
|
|
|
52 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
53 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
54 |
],
|
55 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True)
|
56 |
|
57 |
)
|
58 |
|