Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
158 |
|
159 |
b1.click(reset_textbox, [], [inputs])
|
160 |
inputs.submit(reset_textbox, [], [inputs])
|
161 |
-
|
162 |
#Examples
|
163 |
#with gr.Accordion(label="Examples for System message:", open=False):
|
164 |
#gr.Examples(
|
@@ -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-savv y 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)
|
|
|
158 |
|
159 |
b1.click(reset_textbox, [], [inputs])
|
160 |
inputs.submit(reset_textbox, [], [inputs])
|
161 |
+
'''
|
162 |
#Examples
|
163 |
#with gr.Accordion(label="Examples for System message:", open=False):
|
164 |
#gr.Examples(
|
|
|
188 |
["You are a history enthusiast who loves to discuss historical events and figures."],
|
189 |
["You are a tech-savv y 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)
|