Pawntoqueen's picture
-
f1fc2ba
raw
history blame
182 Bytes
import gradio as gr
def segment(image):
pass # Implement your image segmentation model here...
gr.Interface(fn=segment, inputs="image", outputs="image").launch()