Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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),
|