Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.ChatInterface(
|
|
50 |
chatbot=gr.Chatbot(height=400),
|
51 |
additional_inputs=[
|
52 |
gr.Textbox("You are helpful AI", label="System Prompt"),
|
53 |
-
gr.Slider(
|
54 |
gr.Slider(0,1, label="Temperature")
|
55 |
]
|
56 |
)
|
|
|
50 |
chatbot=gr.Chatbot(height=400),
|
51 |
additional_inputs=[
|
52 |
gr.Textbox("You are helpful AI", label="System Prompt"),
|
53 |
+
gr.Slider(100,4000, label="Max New Tokens"),
|
54 |
gr.Slider(0,1, label="Temperature")
|
55 |
]
|
56 |
)
|