Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -296,6 +296,7 @@ with gr.Blocks(CIMStheme) as iface:
|
|
296 |
description="Ask any question about Name, Image, Likeness (NIL)",
|
297 |
allow_flagging="manual",
|
298 |
examples=ui_examples,
|
|
|
299 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
300 |
)
|
301 |
with gr.Row():
|
|
|
296 |
description="Ask any question about Name, Image, Likeness (NIL)",
|
297 |
allow_flagging="manual",
|
298 |
examples=ui_examples,
|
299 |
+
cache_examples = False,
|
300 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
301 |
)
|
302 |
with gr.Row():
|