Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as b:
|
|
83 |
save_file=gr.File()
|
84 |
with gr.Tab("Load Settings"):
|
85 |
load_file=gr.File()
|
86 |
-
with gr.Column(scale=1):
|
87 |
|
88 |
# with gr.Accordion("Model Config"):
|
89 |
# json_ob=gr.JSON(label="JSON")
|
|
|
83 |
save_file=gr.File()
|
84 |
with gr.Tab("Load Settings"):
|
85 |
load_file=gr.File()
|
86 |
+
# with gr.Column(scale=1):
|
87 |
|
88 |
# with gr.Accordion("Model Config"):
|
89 |
# json_ob=gr.JSON(label="JSON")
|