Spaces:
Runtime error
Runtime error
Yu (Hope) Hou
commited on
Commit
·
b3d32c8
1
Parent(s):
eb4602a
fix weight_type testing
Browse files
app.py
CHANGED
@@ -326,9 +326,9 @@ with demo:
|
|
326 |
# value="Original",
|
327 |
# interactive=True,
|
328 |
# )
|
329 |
-
weight_type = gr.Textbox(label="Retrieved dataset name")
|
330 |
# TODO: default fake weight_type for now
|
331 |
-
weight_type = "none"
|
332 |
base_model_name_textbox = gr.Textbox(label="Retriever model name")
|
333 |
|
334 |
submit_button = gr.Button("Submit Eval")
|
|
|
326 |
# value="Original",
|
327 |
# interactive=True,
|
328 |
# )
|
329 |
+
weight_type = gr.Textbox(label="Retrieved dataset name", placeholder="none")
|
330 |
# TODO: default fake weight_type for now
|
331 |
+
# weight_type = "none"
|
332 |
base_model_name_textbox = gr.Textbox(label="Retriever model name")
|
333 |
|
334 |
submit_button = gr.Button("Submit Eval")
|