Spaces:
Running
Running
pratyushmaini
commited on
Commit
·
2fc55c3
1
Parent(s):
08b8fd8
info
Browse files
app.py
CHANGED
@@ -154,9 +154,9 @@ with demo:
|
|
154 |
with gr.Row():
|
155 |
with gr.Column():
|
156 |
level_of_test = gr.Radio(["validation", "test"], value="validation", label="Split")
|
157 |
-
|
158 |
model_family_textbox = gr.Textbox(label="Model family")
|
159 |
-
|
160 |
url_textbox = gr.Textbox(label="Url to model information")
|
161 |
with gr.Column():
|
162 |
organisation = gr.Textbox(label="Organisation")
|
@@ -170,9 +170,9 @@ with demo:
|
|
170 |
add_new_eval,
|
171 |
[
|
172 |
level_of_test,
|
173 |
-
|
174 |
model_family_textbox,
|
175 |
-
|
176 |
url_textbox,
|
177 |
file_output,
|
178 |
organisation,
|
|
|
154 |
with gr.Row():
|
155 |
with gr.Column():
|
156 |
level_of_test = gr.Radio(["validation", "test"], value="validation", label="Split")
|
157 |
+
method_name_textbox = gr.Textbox(label="Method name")
|
158 |
model_family_textbox = gr.Textbox(label="Model family")
|
159 |
+
forget_rate_textbox = gr.Textbox(label="Forget Rate")
|
160 |
url_textbox = gr.Textbox(label="Url to model information")
|
161 |
with gr.Column():
|
162 |
organisation = gr.Textbox(label="Organisation")
|
|
|
170 |
add_new_eval,
|
171 |
[
|
172 |
level_of_test,
|
173 |
+
method_name_textbox,
|
174 |
model_family_textbox,
|
175 |
+
forget_rate_textbox,
|
176 |
url_textbox,
|
177 |
file_output,
|
178 |
organisation,
|