momondi commited on
Commit
9c50ec2
·
verified ·
1 Parent(s): c2e446b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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