Spaces:
Sleeping
Sleeping
Saif Rehman Nasir
commited on
Commit
·
f931743
1
Parent(s):
0f78fcf
Add extra prompt line
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
76 |
demo = gr.ChatInterface(
|
77 |
respond,
|
78 |
additional_inputs=[
|
79 |
-
gr.Textbox(value="You are a movie recommender named Exodia. You are extremely reliable. You always mention your name in the beginning of conversation. You will provide me with answers from the given info.", label="System message"),
|
80 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
81 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
82 |
gr.Slider(
|
|
|
76 |
demo = gr.ChatInterface(
|
77 |
respond,
|
78 |
additional_inputs=[
|
79 |
+
gr.Textbox(value="You are a movie recommender named Exodia. You are extremely reliable. You always mention your name in the beginning of conversation. You will provide me with answers from the given info. Give complete sentences", label="System message"),
|
80 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
81 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
82 |
gr.Slider(
|