Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,7 +338,7 @@ def app():
|
|
| 338 |
with gr.Group(elem_classes="log-container"):
|
| 339 |
output = gr.Markdown(label="Output Log:", value="", elem_classes="out")
|
| 340 |
eval_report_storage = gr.Textbox(visible=False) # Hidden storage
|
| 341 |
-
copy_btn = gr.Button("
|
| 342 |
|
| 343 |
|
| 344 |
|
|
@@ -417,7 +417,7 @@ def app():
|
|
| 417 |
navigator.clipboard.writeText(text);
|
| 418 |
alert('β
Evaluation report copied to clipboard!');
|
| 419 |
} else {
|
| 420 |
-
alert('
|
| 421 |
}
|
| 422 |
}
|
| 423 |
"""
|
|
|
|
| 338 |
with gr.Group(elem_classes="log-container"):
|
| 339 |
output = gr.Markdown(label="Output Log:", value="", elem_classes="out")
|
| 340 |
eval_report_storage = gr.Textbox(visible=False) # Hidden storage
|
| 341 |
+
copy_btn = gr.Button("Finetuning completed π", visible=False, elem_id="copy-btn")
|
| 342 |
|
| 343 |
|
| 344 |
|
|
|
|
| 417 |
navigator.clipboard.writeText(text);
|
| 418 |
alert('β
Evaluation report copied to clipboard!');
|
| 419 |
} else {
|
| 420 |
+
alert('Fistal has completed the process.');
|
| 421 |
}
|
| 422 |
}
|
| 423 |
"""
|