Spaces:
Build error
Build error
praeclarumjj3
commited on
Commit
•
6688506
1
Parent(s):
812a6d6
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def build_demo(embed_mode):
|
|
230 |
gr.Markdown(description)
|
231 |
|
232 |
with gr.Row():
|
233 |
-
with gr.Column():
|
234 |
with gr.Row(elem_id="model_selector_row"):
|
235 |
model_selector = gr.Dropdown(
|
236 |
choices=[model + "-4bit" for model in models],
|
|
|
230 |
gr.Markdown(description)
|
231 |
|
232 |
with gr.Row():
|
233 |
+
with gr.Column(scale=4):
|
234 |
with gr.Row(elem_id="model_selector_row"):
|
235 |
model_selector = gr.Dropdown(
|
236 |
choices=[model + "-4bit" for model in models],
|