Spaces:
Running
Running
MekkCyber
commited on
Commit
·
299a6d1
1
Parent(s):
81de47f
fix
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
-
with gr.Row(max_height=
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
+
with gr.Row(max_height=50):
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|