MTTR commited on
Commit
d37457f
1 Parent(s): 46c7b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -158,6 +158,9 @@ iface = gr.Interface(fn=process,
158
  description=description,
159
  enable_queue=True,
160
  examples=examples,
 
 
 
161
  article=article)
162
 
163
  iface.launch(debug=True)
 
158
  description=description,
159
  enable_queue=True,
160
  examples=examples,
161
+ examples_per_page=4,
162
+ theme='huggingface',
163
+ allow_flagging=False,
164
  article=article)
165
 
166
  iface.launch(debug=True)