Linaqruf commited on
Commit
ba946f7
·
verified ·
1 Parent(s): 8e84fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type="value")
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,