RaviNaik commited on
Commit
50b3319
1 Parent(s): 69980cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ def sam_predict(radio, text):
95
 
96
 
97
  with gr.Blocks() as app:
98
- gr.Markdown("## ERA Session19 - FastSAM & CLIP Inference with Gradio")
99
  with gr.Tab("FastSAM"):
100
- gr.Markdown("### ERA Session19 - 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.
 
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.