Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -459,8 +459,7 @@ with gr.Blocks(title="CNN Trainer and Tester") as demo:
|
|
| 459 |
title="Training Curves",
|
| 460 |
y_title="Value",
|
| 461 |
x_title="Epoch",
|
| 462 |
-
|
| 463 |
-
height=400,
|
| 464 |
)
|
| 465 |
|
| 466 |
with gr.Tab("Test"):
|
|
|
|
| 459 |
title="Training Curves",
|
| 460 |
y_title="Value",
|
| 461 |
x_title="Epoch",
|
| 462 |
+
|
|
|
|
| 463 |
)
|
| 464 |
|
| 465 |
with gr.Tab("Test"):
|