Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def respond_with_prefix(message, history, max_tokens=10000, temperature=0.7, top
|
|
121 |
|
122 |
|
123 |
|
124 |
-
demo = gr.ChatInterface(
|
125 |
|
126 |
fn=respond_with_prefix,
|
127 |
additional_inputs=[
|
|
|
121 |
|
122 |
|
123 |
|
124 |
+
demo = gr.ChatInterface(
|
125 |
|
126 |
fn=respond_with_prefix,
|
127 |
additional_inputs=[
|