File size: 182 Bytes
adb439f
2b30d70
4404e05
 
2b30d70
f1fc2ba
9d1e5ee
1
2
3
4
5
6
7
import gradio as gr

def segment(image):
    pass  # Implement your image segmentation model here...

gr.Interface(fn=segment, inputs="image", outputs="image").launch()