Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ demo = gr.Interface(
|
|
170 |
fn=rag_memory_stream,
|
171 |
inputs="text",
|
172 |
outputs="text",
|
173 |
-
examples = examples
|
174 |
allow_flagging="never",
|
175 |
)
|
176 |
|
|
|
170 |
fn=rag_memory_stream,
|
171 |
inputs="text",
|
172 |
outputs="text",
|
173 |
+
examples = "examples",
|
174 |
allow_flagging="never",
|
175 |
)
|
176 |
|