Spaces:
Configuration error
Configuration error
Add default
Browse files
app.py
CHANGED
|
@@ -90,7 +90,9 @@ if __name__ == "__main__":
|
|
| 90 |
fn=image_to_sam_image_embedding,
|
| 91 |
inputs=[
|
| 92 |
gr.components.Textbox(label="Image URL"),
|
| 93 |
-
gr.components.Radio(
|
|
|
|
|
|
|
| 94 |
],
|
| 95 |
outputs="text",
|
| 96 |
)
|
|
|
|
| 90 |
fn=image_to_sam_image_embedding,
|
| 91 |
inputs=[
|
| 92 |
gr.components.Textbox(label="Image URL"),
|
| 93 |
+
gr.components.Radio(
|
| 94 |
+
choices=["base", "large", "huge"], label="Model Size", value="base"
|
| 95 |
+
),
|
| 96 |
],
|
| 97 |
outputs="text",
|
| 98 |
)
|