Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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()
|