aeb56 commited on
Commit
0cefed5
Β·
1 Parent(s): 0b25a32

Fix: Remove height parameter for Gradio 4.19.2 compatibility

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.", height=200)
418
- eval_logs = gr.Markdown("### πŸ“œ Logs\n\nLogs will appear here during evaluation.", height=500)
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
  ---