Spaces:
Running
Running
BenchmarkBot
commited on
Commit
Β·
377bf0e
1
Parent(s):
54b343b
remove button for now
Browse files
app.py
CHANGED
@@ -129,12 +129,12 @@ with demo:
|
|
129 |
elem_id="threshold-slider",
|
130 |
)
|
131 |
|
132 |
-
with gr.Row():
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.TabItem("π₯οΈ A100-80GB Benchmark ποΈ", elem_id="A100-benchmark", id=0):
|
|
|
129 |
elem_id="threshold-slider",
|
130 |
)
|
131 |
|
132 |
+
# with gr.Row():
|
133 |
+
# submit_button = gr.Button(
|
134 |
+
# value="Submit π",
|
135 |
+
# info="Submit the filters",
|
136 |
+
# elem_id="submit-button",
|
137 |
+
# )
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.TabItem("π₯οΈ A100-80GB Benchmark ποΈ", elem_id="A100-benchmark", id=0):
|