michaelwja commited on
Commit
6e63b2a
1 Parent(s): 85234b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -56,8 +56,6 @@ demo_app = gr.Interface(
56
  inputs=inputs,
57
  outputs=outputs,
58
  title=title,
59
- examples=examples,
60
- cache_examples=True,
61
  theme='huggingface',
62
  )
63
  demo_app.launch(debug=True, enable_queue=True)
 
56
  inputs=inputs,
57
  outputs=outputs,
58
  title=title,
 
 
59
  theme='huggingface',
60
  )
61
  demo_app.launch(debug=True, enable_queue=True)