Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,9 +95,9 @@ def sam_predict(radio, text):
|
|
95 |
|
96 |
|
97 |
with gr.Blocks() as app:
|
98 |
-
gr.Markdown("##
|
99 |
with gr.Tab("FastSAM"):
|
100 |
-
gr.Markdown("###
|
101 |
gr.Markdown(
|
102 |
"""Please an image or select one of the sample images.
|
103 |
Select either segment everything or text based segmentation.
|
|
|
95 |
|
96 |
|
97 |
with gr.Blocks() as app:
|
98 |
+
gr.Markdown("## FastSAM & CLIP Inference with Gradio")
|
99 |
with gr.Tab("FastSAM"):
|
100 |
+
gr.Markdown("### Image Segmentation with FastSAM")
|
101 |
gr.Markdown(
|
102 |
"""Please an image or select one of the sample images.
|
103 |
Select either segment everything or text based segmentation.
|