Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(theme=theme, title="🔍 Compare SAM vs SAM-HQ") as demo:
|
|
117 |
result_html = gr.HTML(elem_id="result-html")
|
118 |
gr.Interface(
|
119 |
fn=process_inputs,
|
120 |
-
|
121 |
inputs=ImagePrompter(show_label=False),
|
122 |
outputs=result_html,
|
123 |
)
|
|
|
117 |
result_html = gr.HTML(elem_id="result-html")
|
118 |
gr.Interface(
|
119 |
fn=process_inputs,
|
120 |
+
examples=example_paths,
|
121 |
inputs=ImagePrompter(show_label=False),
|
122 |
outputs=result_html,
|
123 |
)
|