kyurimsun commited on
Commit
09ed506
·
1 Parent(s): ffa471e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ demo = gr.Interface(
113
  fn=run_inference,
114
  inputs=gr.Image(type="numpy", label="Input Image"),
115
  outputs=gr.Plot(label="Overlay + Legend"),
 
116
  examples=[
117
  "image1.jpg",
118
  "image2.jpg",
 
113
  fn=run_inference,
114
  inputs=gr.Image(type="numpy", label="Input Image"),
115
  outputs=gr.Plot(label="Overlay + Legend"),
116
+ theme="soft",
117
  examples=[
118
  "image1.jpg",
119
  "image2.jpg",