kadirnar commited on
Commit
4f9dfaa
1 Parent(s): 997baab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ demo_app = gr.Interface(
42
  inputs=inputs,
43
  outputs=outputs,
44
  title=title,
 
45
  cache_examples=True,
46
  theme='huggingface',
47
  )
 
42
  inputs=inputs,
43
  outputs=outputs,
44
  title=title,
45
+ examples=examples,
46
  cache_examples=True,
47
  theme='huggingface',
48
  )