kevinconka commited on
Commit
941fa10
·
1 Parent(s): 585407e

Rename image file path textbox in app.py for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(theme=theme, css=css, title="SEA.AI Vision Demo") as demo:
98
  submit = gr.Button("Submit", variant="primary")
99
  with gr.Column():
100
  img_output = gr.Image(label="output", interactive=False)
101
- img_filepath = gr.Textbox(label="image_fp", visible=False)
102
  flag = gr.Button(FLAG_TXT, visible=False)
103
  notice = gr.Markdown(value=NOTICE, visible=False)
104
 
 
98
  submit = gr.Button("Submit", variant="primary")
99
  with gr.Column():
100
  img_output = gr.Image(label="output", interactive=False)
101
+ img_filepath = gr.Textbox(label="image_filepath", visible=False)
102
  flag = gr.Button(FLAG_TXT, visible=False)
103
  notice = gr.Markdown(value=NOTICE, visible=False)
104