Ahsen Khaliq commited on
Commit
ff04c1d
·
1 Parent(s): 4c10312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,6 +32,7 @@ gr.Interface(
32
  title=title,
33
  description=description,
34
  article=article,
35
- allow_flagging="never"
 
36
  ).launch(enable_queue=True)
37
 
 
32
  title=title,
33
  description=description,
34
  article=article,
35
+ allow_flagging="never",
36
+ examples=examples
37
  ).launch(enable_queue=True)
38