Spaces:
Runtime error
Runtime error
fix: a minor mistake about the position of the argument
Browse files
app.py
CHANGED
@@ -122,8 +122,8 @@ with gr.Blocks(css=CSS) as demo:
|
|
122 |
)
|
123 |
|
124 |
gr.ChatInterface(
|
125 |
-
elem_id="chatbot",
|
126 |
generate,
|
|
|
127 |
examples=EXAMPLES,
|
128 |
additional_inputs=additional_inputs
|
129 |
)
|
|
|
122 |
)
|
123 |
|
124 |
gr.ChatInterface(
|
|
|
125 |
generate,
|
126 |
+
elem_id="chatbot",
|
127 |
examples=EXAMPLES,
|
128 |
additional_inputs=additional_inputs
|
129 |
)
|