DeepLearning101 commited on
Commit
9d02764
·
verified ·
1 Parent(s): 10b839f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as iface:
82
  fn=handle_input,
83
  inputs=user_input,
84
  outputs="text",
85
- # examples=examples,
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