Spaces:
Starting
Starting
File size: 168 Bytes
b29d3e5 |
1 2 3 4 5 6 |
import gradio as gr
def segment(image):
pass # Implement your image segmentation model here...
gr.Interface(fn=segment, inputs="image", outputs="image").launch() |