Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
| 67 |
|
| 68 |
with gr.Column():
|
| 69 |
status_output = gr.Textbox(label="Status")
|
| 70 |
-
output_metadata = gr.JSON(label="Metadata"
|
| 71 |
|
| 72 |
input_image.change(
|
| 73 |
fn=process_image,
|
|
|
|
| 67 |
|
| 68 |
with gr.Column():
|
| 69 |
status_output = gr.Textbox(label="Status")
|
| 70 |
+
output_metadata = gr.JSON(label="Metadata")
|
| 71 |
|
| 72 |
input_image.change(
|
| 73 |
fn=process_image,
|