patrickramos commited on
Commit
85e03c1
1 Parent(s): 733df7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -166,6 +166,7 @@ demo = gr.Interface(
166
  examples=[[path,setups,False,False] for path in glob.glob('examples/*')],
167
  title='Visual Emb-GAM Probing',
168
  description=description,
169
- article=article
 
170
  )
171
  demo.launch(debug=True)
 
166
  examples=[[path,setups,False,False] for path in glob.glob('examples/*')],
167
  title='Visual Emb-GAM Probing',
168
  description=description,
169
+ article=article,
170
+ examples_per_page=20
171
  )
172
  demo.launch(debug=True)