Commit ·
9bc3ba3
1
Parent(s): 969e863
debugging for private faiss 2
Browse files
app.py
CHANGED
|
@@ -283,7 +283,6 @@ with gr.Blocks(title="DeepRAG for RTL (Model-Agnostic)") as demo:
|
|
| 283 |
label="Generated Verilog (copy-ready)",
|
| 284 |
language="verilog",
|
| 285 |
interactive=False,
|
| 286 |
-
show_copy_button=True,
|
| 287 |
lines=28
|
| 288 |
)
|
| 289 |
with gr.Tab("Retrieved Items (names + scores)"):
|
|
|
|
| 283 |
label="Generated Verilog (copy-ready)",
|
| 284 |
language="verilog",
|
| 285 |
interactive=False,
|
|
|
|
| 286 |
lines=28
|
| 287 |
)
|
| 288 |
with gr.Tab("Retrieved Items (names + scores)"):
|