ktllc commited on
Commit
618ddfd
·
1 Parent(s): e1a9402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ text_input = gr.Textbox(label="Text Input") # Use Textbox with a label
105
  #output_images = gr.outputs.JSON()
106
 
107
  # Create a Gradio interface
108
- gr.Interface(fn=segment_image, inputs=[input_image, text_input], outputs=None).launch()
 
105
  #output_images = gr.outputs.JSON()
106
 
107
  # Create a Gradio interface
108
+ gr.Interface(fn=segment_image, inputs=[input_image, text_input], outputs="text").launch()