Spaces:
Sleeping
Sleeping
UI edit
Browse files
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",
|