pgurazada1 commited on
Commit
ef66e1a
·
verified ·
1 Parent(s): 0c15ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ demo = gr.Interface(
91
  outputs=gr.Text(label="Verdict"),
92
  title="DRS for LBW Decisions",
93
  description="This web API presents an interface to review LBW decisions using image input.",
 
94
  cache_examples=False,
95
  theme=gr.themes.Base(),
96
  concurrency_limit=16
 
91
  outputs=gr.Text(label="Verdict"),
92
  title="DRS for LBW Decisions",
93
  description="This web API presents an interface to review LBW decisions using image input.",
94
+ examples='data',
95
  cache_examples=False,
96
  theme=gr.themes.Base(),
97
  concurrency_limit=16