Spaces:
Sleeping
Sleeping
Fix
Browse files
app.py
CHANGED
@@ -247,6 +247,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
247 |
inputs=[
|
248 |
saved_input,
|
249 |
chatbot,
|
|
|
250 |
max_new_tokens,
|
251 |
temperature,
|
252 |
top_p,
|
|
|
247 |
inputs=[
|
248 |
saved_input,
|
249 |
chatbot,
|
250 |
+
system_prompt,
|
251 |
max_new_tokens,
|
252 |
temperature,
|
253 |
top_p,
|