hmb HF staff commited on
Commit
d3d9564
·
verified ·
1 Parent(s): 6405185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -16,8 +16,6 @@ data = [
16
  }
17
  ];
18
 
19
- // Validate the JSON structure
20
- console.log(JSON.stringify(data, null, 2));
21
  with gr.Blocks() as demo:
22
  inp = gr.JSON(
23
  label="InputJSON",
 
16
  }
17
  ];
18
 
 
 
19
  with gr.Blocks() as demo:
20
  inp = gr.JSON(
21
  label="InputJSON",