Spaces:
Running
Running
Commit
·
941fa10
1
Parent(s):
585407e
Rename image file path textbox in app.py for clarity
Browse files
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="
|
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 |
|