Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
ce249f3
1
Parent(s):
4e5004d
test
Browse files
app.py
CHANGED
@@ -92,11 +92,13 @@ with demo:
|
|
92 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
93 |
|
94 |
with gr.Row():
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
|
|
|
|
100 |
backend_checkboxes = gr.CheckboxGroup(
|
101 |
choices=["pytorch", "onnxruntime"],
|
102 |
value=["pytorch"],
|
|
|
92 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
93 |
|
94 |
with gr.Row():
|
95 |
+
with gr.Box(elem_id="search-bar-box"):
|
96 |
+
search_bar = gr.Textbox(
|
97 |
+
label="Search π",
|
98 |
+
info="Search for a model and press Submit π",
|
99 |
+
elem_id="search-bar",
|
100 |
+
)
|
101 |
+
|
102 |
backend_checkboxes = gr.CheckboxGroup(
|
103 |
choices=["pytorch", "onnxruntime"],
|
104 |
value=["pytorch"],
|