Commit ·
f8862a3
1
Parent(s): 9bc3ba3
debugging for private faiss 3
Browse files
app.py
CHANGED
|
@@ -276,7 +276,7 @@ with gr.Blocks(title="DeepRAG for RTL (Model-Agnostic)") as demo:
|
|
| 276 |
max_new_tokens = gr.Slider(128, 4096, value=768, step=64, label="Max tokens")
|
| 277 |
|
| 278 |
run_btn = gr.Button("Generate Verilog", variant="primary")
|
| 279 |
-
|
| 280 |
with gr.Column(scale=3):
|
| 281 |
gr.Markdown("**Output**")
|
| 282 |
out_code = gr.Code(
|
|
|
|
| 276 |
max_new_tokens = gr.Slider(128, 4096, value=768, step=64, label="Max tokens")
|
| 277 |
|
| 278 |
run_btn = gr.Button("Generate Verilog", variant="primary")
|
| 279 |
+
# fixing
|
| 280 |
with gr.Column(scale=3):
|
| 281 |
gr.Markdown("**Output**")
|
| 282 |
out_code = gr.Code(
|