Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|