Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
dc05152
1
Parent(s):
f3466b3
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ demo = gr.ChatInterface(
|
|
115 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens", visible=False),
|
116 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", visible=False),
|
117 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-P", visible=False),
|
118 |
-
gr.Dropdown(choices=list(mood_prompts.keys()), label="Mood", value="Casual"),
|
119 |
],
|
120 |
title="MOOD SWINGS😉",
|
121 |
description="Chat Response Mood Types in Additional Inputs",
|
|
|
115 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens", visible=False),
|
116 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", visible=False),
|
117 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-P", visible=False),
|
118 |
+
gr.Dropdown(choices=list(mood_prompts.keys()), label="Mood", value="Casual", open=True),
|
119 |
],
|
120 |
title="MOOD SWINGS😉",
|
121 |
description="Chat Response Mood Types in Additional Inputs",
|