Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
53 |
demo = gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|
56 |
-
gr.Textbox(value="You are a helpful and
|
57 |
gr.Slider(minimum=1, maximum=6144, value=6144, step=1, label="Max new tokens"),
|
58 |
gr.Slider(minimum=0.1, maximum=4.0, value=1, step=0.1, label="Temperature"),
|
59 |
gr.Slider(
|
|
|
53 |
demo = gr.ChatInterface(
|
54 |
respond,
|
55 |
additional_inputs=[
|
56 |
+
gr.Textbox(value="You are a helpful and professional assistant on an attendance management system.", label="System message"),
|
57 |
gr.Slider(minimum=1, maximum=6144, value=6144, step=1, label="Max new tokens"),
|
58 |
gr.Slider(minimum=0.1, maximum=4.0, value=1, step=0.1, label="Temperature"),
|
59 |
gr.Slider(
|