Spaces:
Running
Running
MekkCyber
commited on
Commit
·
81de47f
1
Parent(s):
eee3af5
fix
Browse files
app.py
CHANGED
@@ -149,13 +149,13 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
-
with gr.Row():
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|
156 |
search_type="model",
|
157 |
)
|
158 |
-
with gr.Row(
|
159 |
with gr.Column():
|
160 |
quantization_type = gr.Dropdown(
|
161 |
label="Quantization Type",
|
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
+
with gr.Row(max_height=20):
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|
156 |
search_type="model",
|
157 |
)
|
158 |
+
with gr.Row():
|
159 |
with gr.Column():
|
160 |
quantization_type = gr.Dropdown(
|
161 |
label="Quantization Type",
|