Spaces:
Sleeping
Sleeping
Commit
·
6275fed
1
Parent(s):
36aee66
fix
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def process_inputs(conv_prefix, response_content):
|
|
53 |
demo = gr.Interface(
|
54 |
fn=process_inputs,
|
55 |
inputs=[
|
56 |
-
gr.JSON(label="Conversation Prefix (Array of Objects)"),
|
57 |
gr.Textbox(lines=2, placeholder="Enter the assistant's response", label="Assistant Response")
|
58 |
],
|
59 |
outputs="text",
|
|
|
53 |
demo = gr.Interface(
|
54 |
fn=process_inputs,
|
55 |
inputs=[
|
56 |
+
gr.JSON(label="Conversation Prefix (Array of Objects)", value='list'),
|
57 |
gr.Textbox(lines=2, placeholder="Enter the assistant's response", label="Assistant Response")
|
58 |
],
|
59 |
outputs="text",
|