huzpsb commited on
Commit
b551a93
·
verified ·
1 Parent(s): e8dfa38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme="soft") as demo:
122
  chat_interface = gr.ChatInterface(
123
  fn=predict,
124
  additional_inputs=[
125
- gr.Textbox(value="You are a helpful assistant.", label="System Prompt"),
126
  gr.Slider(minimum=0.0, maximum=1.5, value=0.7, step=0.1, label="Temperature"),
127
  ],
128
  chatbot=gr.Chatbot(height=500),
 
122
  chat_interface = gr.ChatInterface(
123
  fn=predict,
124
  additional_inputs=[
125
+ gr.Textbox(value="You are Alvin, wolf in heat, a wolf-girl.", label="System Prompt"),
126
  gr.Slider(minimum=0.0, maximum=1.5, value=0.7, step=0.1, label="Temperature"),
127
  ],
128
  chatbot=gr.Chatbot(height=500),