alibidaran commited on
Commit
18f7e8e
·
verified ·
1 Parent(s): 08893df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ def segment_image(filepath,tag):
248
 
249
  demo=gr.Interface(fn=segment_image,inputs=[gr.Image(type='filepath'),gr.HTML("""
250
  <a href="https://www.buymeacoffee.com/alibidaran96"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=alibidaran96&button_colour=4c2424&font_colour=ffffff&font_family=Poppins&outline_colour=ffffff&coffee_colour=FFDD00" /></a>
251
- """)
252
  outputs=[gr.Image(type="pil"),gr.Text()],
253
  examples=["R001_ch1_video_03_00-29-13-03.jpg",
254
  "R002_ch1_video_01_01-07-25-19.jpg",
 
248
 
249
  demo=gr.Interface(fn=segment_image,inputs=[gr.Image(type='filepath'),gr.HTML("""
250
  <a href="https://www.buymeacoffee.com/alibidaran96"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=alibidaran96&button_colour=4c2424&font_colour=ffffff&font_family=Poppins&outline_colour=ffffff&coffee_colour=FFDD00" /></a>
251
+ """)],
252
  outputs=[gr.Image(type="pil"),gr.Text()],
253
  examples=["R001_ch1_video_03_00-29-13-03.jpg",
254
  "R002_ch1_video_01_01-07-25-19.jpg",