Mehdi BEN BARKA
Initial deploy: pass@k MSE widget SWE-bench Lite
2a548b3
Raw
History Blame Contribute Delete
230 Bytes
import gradio as gr
with open("index.html", "r", encoding="utf-8") as f:
html_content = f.read()
with gr.Blocks(title="pass@k — Homogène vs Dynamique sur SWE-bench Lite") as demo:
gr.HTML(html_content)
demo.launch()