Spaces:
Running
on
L4
Running
on
L4
Commit
·
611a388
1
Parent(s):
de5008e
Show examples
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(theme=theme, title="🔍 Compare SAM vs SAM-HQ") as demo:
|
|
105 |
result_html = gr.HTML(elem_id="result-html")
|
106 |
gr.Interface(
|
107 |
fn=process_inputs,
|
108 |
-
|
109 |
inputs=ImagePrompter(show_label=False),
|
110 |
outputs=result_html,
|
111 |
)
|
|
|
105 |
result_html = gr.HTML(elem_id="result-html")
|
106 |
gr.Interface(
|
107 |
fn=process_inputs,
|
108 |
+
examples=example_paths,
|
109 |
inputs=ImagePrompter(show_label=False),
|
110 |
outputs=result_html,
|
111 |
)
|