Commit
•
24f1d8c
1
Parent(s):
c08bad3
Update app.py
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ with gr.Blocks(css=css) as demo:
|
|
415 |
|
416 |
train_btn = gr.Button("Start Training")
|
417 |
|
418 |
-
training_ongoing = gr.Markdown("## Training is ongoing ⌛... You can close this tab if you like or just wait. If you did not check `Remove GPU After`, you can come back here to try your model and upload it after training. Don't forget to remove the GPU attribution after you are done. ", visible=False)
|
419 |
|
420 |
#Post-training UI
|
421 |
completed_training = gr.Markdown('''# ✅ Training completed.
|
|
|
415 |
|
416 |
train_btn = gr.Button("Start Training")
|
417 |
|
418 |
+
training_ongoing = gr.Markdown("## Training is ongoing ⌛... You can close this tab if you like or just wait. If you did not check the `Remove GPU After training`, you can come back here to try your model and upload it after training. Don't forget to remove the GPU attribution after you are done. ", visible=False)
|
419 |
|
420 |
#Post-training UI
|
421 |
completed_training = gr.Markdown('''# ✅ Training completed.
|