ktllc commited on
Commit
fbf28e6
·
1 Parent(s): 2c94929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def segment_image(input_image, text_input):
82
 
83
  # Create Gradio components
84
  input_image = gr.inputs.Image()
85
- text_input = gr.inputs.Textbox(label="Text Input") # Use Textbox with a label
86
  output_images = gr.outputs.JSON()
87
 
88
  # Create a Gradio interface
 
82
 
83
  # Create Gradio components
84
  input_image = gr.inputs.Image()
85
+ text_input = gr.Textbox(label="Text Input") # Use Textbox with a label
86
  output_images = gr.outputs.JSON()
87
 
88
  # Create a Gradio interface