Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as iface:
|
|
82 |
fn=handle_input,
|
83 |
inputs=user_input,
|
84 |
outputs="text",
|
85 |
-
|
86 |
allow_flagging="never"
|
87 |
)
|
88 |
|
|
|
82 |
fn=handle_input,
|
83 |
inputs=user_input,
|
84 |
outputs="text",
|
85 |
+
examples=examples,
|
86 |
allow_flagging="never"
|
87 |
)
|
88 |
|