Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ demo = gr.Interface(
|
|
67 |
fn=code_search_demo,
|
68 |
inputs=gr.Slider(0, 100000, value=42, step=1, label="Random Seed"),
|
69 |
outputs=gr.Markdown(label="Search Result"),
|
70 |
-
title="🔎 CodeSearch-ModernBERT-Owl Demo",
|
71 |
description="docstring から類似 Python 関数を検索(CodeXGlue + ModernBERT-Owl)"
|
72 |
)
|
73 |
|
|
|
67 |
fn=code_search_demo,
|
68 |
inputs=gr.Slider(0, 100000, value=42, step=1, label="Random Seed"),
|
69 |
outputs=gr.Markdown(label="Search Result"),
|
70 |
+
title="🔎 CodeSearch-ModernBERT-Owl🦉 Demo",
|
71 |
description="docstring から類似 Python 関数を検索(CodeXGlue + ModernBERT-Owl)"
|
72 |
)
|
73 |
|