Spaces:
Paused
Paused
aeb56
commited on
Commit
Β·
0cefed5
1
Parent(s):
0b25a32
Fix: Remove height parameter for Gradio 4.19.2 compatibility
Browse files
app.py
CHANGED
|
@@ -414,8 +414,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Kimi 48B Fine-tuned - Evaluation")
|
|
| 414 |
""")
|
| 415 |
|
| 416 |
with gr.Column(scale=2):
|
| 417 |
-
eval_status = gr.Markdown("## π Evaluation Progress\n\nClick 'π Start Evaluation' to begin."
|
| 418 |
-
eval_logs = gr.Markdown("### π Logs\n\nLogs will appear here during evaluation."
|
| 419 |
|
| 420 |
gr.Markdown("""
|
| 421 |
---
|
|
|
|
| 414 |
""")
|
| 415 |
|
| 416 |
with gr.Column(scale=2):
|
| 417 |
+
eval_status = gr.Markdown("## π Evaluation Progress\n\nClick 'π Start Evaluation' to begin.")
|
| 418 |
+
eval_logs = gr.Markdown("### π Logs\n\nLogs will appear here during evaluation.")
|
| 419 |
|
| 420 |
gr.Markdown("""
|
| 421 |
---
|