teddyk251 commited on
Commit
6fa767d
·
1 Parent(s): 0262069

rename app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -165,10 +165,10 @@ def build_metrics_table(rows, metric: str):
165
  # --------------------
166
  # Gradio UI
167
  # --------------------
168
- with gr.Blocks(title="Self‑Imagine — Phase 1", css="""
169
  .gradio-container {max-width: 1200px}
170
  """) as demo:
171
- gr.Markdown("# 🖼️ Self‑Imagine — Phase 1\nBrowse per‑question results and compare accuracy with vs. without images.")
172
 
173
  with gr.Tabs() as tabs:
174
  # ----------------- Browse tab -----------------
 
165
  # --------------------
166
  # Gradio UI
167
  # --------------------
168
+ with gr.Blocks(title="Self‑Imagine — Direct Inference", css="""
169
  .gradio-container {max-width: 1200px}
170
  """) as demo:
171
+ gr.Markdown("# Self‑Imagine — Direct Inference\nBrowse per‑question results and compare accuracy with vs. without images.")
172
 
173
  with gr.Tabs() as tabs:
174
  # ----------------- Browse tab -----------------