Commit ·
566b50e
1
Parent(s): 1f04ccd
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,9 @@ def generate(
|
|
| 74 |
|
| 75 |
chat_interface = gr.ChatInterface(
|
| 76 |
fn=generate,
|
| 77 |
-
|
|
|
|
|
|
|
| 78 |
retry_btn=None,
|
| 79 |
stop_btn=None,
|
| 80 |
undo_btn=None,
|
|
|
|
| 74 |
|
| 75 |
chat_interface = gr.ChatInterface(
|
| 76 |
fn=generate,
|
| 77 |
+
additional_inputs=[
|
| 78 |
+
gr.Textbox(label="System prompt", lines=6),
|
| 79 |
+
],
|
| 80 |
retry_btn=None,
|
| 81 |
stop_btn=None,
|
| 82 |
undo_btn=None,
|