Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def gen(
|
|
72 |
|
73 |
|
74 |
chat_interface = gr.ChatInterface(
|
75 |
-
fn=
|
76 |
additional_inputs=[
|
77 |
gr.Textbox(label="System prompt", lines=6),
|
78 |
gr.Slider(
|
|
|
72 |
|
73 |
|
74 |
chat_interface = gr.ChatInterface(
|
75 |
+
fn=gen,
|
76 |
additional_inputs=[
|
77 |
gr.Textbox(label="System prompt", lines=6),
|
78 |
gr.Slider(
|