Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -70,8 +70,8 @@ with demo:
|
|
| 70 |
|
| 71 |
#with gr.Row():
|
| 72 |
in_image_ofa = gr.Image(type='filepath') #(visible=False) type='numpy'
|
| 73 |
-
in_txt_ofa = "Visual Grounding"
|
| 74 |
-
in_txt_ofa_ques = gr.Textbox()
|
| 75 |
out_image_ofa = gr.outputs.Image(type='file') #(type='file')
|
| 76 |
|
| 77 |
#in_text1 = gr.Textbox()
|
|
|
|
| 70 |
|
| 71 |
#with gr.Row():
|
| 72 |
in_image_ofa = gr.Image(type='filepath') #(visible=False) type='numpy'
|
| 73 |
+
in_txt_ofa = gr.Textbox(value="Visual Grounding", visible=False)
|
| 74 |
+
in_txt_ofa_ques = gr.Textbox(label="Who do you want to remove from your picture?")
|
| 75 |
out_image_ofa = gr.outputs.Image(type='file') #(type='file')
|
| 76 |
|
| 77 |
#in_text1 = gr.Textbox()
|