Update app.py
Browse files
app.py
CHANGED
@@ -188,6 +188,6 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
188 |
["You are a history enthusiast who loves to discuss historical events and figures."],
|
189 |
["You are a tech-savvy assistant who can help users troubleshoot issues and answer questions about gadgets and software."],
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
-
inputs=
|
192 |
|
193 |
demo.queue(max_size=20, concurrency_count=20).launch(debug=True)
|
|
|
188 |
["You are a history enthusiast who loves to discuss historical events and figures."],
|
189 |
["You are a tech-savvy assistant who can help users troubleshoot issues and answer questions about gadgets and software."],
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
+
inputs= system_msg,)
|
192 |
|
193 |
demo.queue(max_size=20, concurrency_count=20).launch(debug=True)
|