Spaces:
Build error
Build error
Update
Browse files
app.py
CHANGED
@@ -94,7 +94,9 @@ def create_training_demo(trainer: Trainer,
|
|
94 |
with gr.Row():
|
95 |
check_status_button = gr.Button('Check Training Status')
|
96 |
with gr.Column():
|
97 |
-
|
|
|
|
|
98 |
output_files = gr.Files(label='Trained Weight Files')
|
99 |
|
100 |
run_button.click(fn=pipe.clear)
|
|
|
94 |
with gr.Row():
|
95 |
check_status_button = gr.Button('Check Training Status')
|
96 |
with gr.Column():
|
97 |
+
with gr.Box():
|
98 |
+
gr.Markdown('Message')
|
99 |
+
training_status = gr.Markdown()
|
100 |
output_files = gr.Files(label='Trained Weight Files')
|
101 |
|
102 |
run_button.click(fn=pipe.clear)
|