Spaces:
AIR-Bench
/
Running on CPU Upgrade

hanhainebula commited on
Commit
69a9e46
1 Parent(s): 4cf5eb9

Modify the layout of submit area

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -323,12 +323,6 @@ with demo:
323
  with gr.Row():
324
  gr.Markdown("## ✉️Submit your model here!", elem_classes="markdown-text")
325
  with gr.Row():
326
- with gr.Column():
327
- benchmark_version = gr.Dropdown(
328
- ["AIR-Bench_24.04", ],
329
- value="AIR-Bench_24.04",
330
- interactive=True,
331
- label="AIR-Bench Version")
332
  with gr.Column():
333
  model_name = gr.Textbox(label="Model name")
334
  with gr.Column():
@@ -337,6 +331,12 @@ with demo:
337
  reranker_name = gr.Textbox(label="Reranker name")
338
  with gr.Column():
339
  reranker_url = gr.Textbox(label="Reranker URL")
 
 
 
 
 
 
340
  with gr.Row():
341
  upload_button = gr.UploadButton("Click to upload search results", file_count="single")
342
  with gr.Row():
 
323
  with gr.Row():
324
  gr.Markdown("## ✉️Submit your model here!", elem_classes="markdown-text")
325
  with gr.Row():
 
 
 
 
 
 
326
  with gr.Column():
327
  model_name = gr.Textbox(label="Model name")
328
  with gr.Column():
 
331
  reranker_name = gr.Textbox(label="Reranker name")
332
  with gr.Column():
333
  reranker_url = gr.Textbox(label="Reranker URL")
334
+ with gr.Column():
335
+ benchmark_version = gr.Dropdown(
336
+ ["AIR-Bench_24.04", ],
337
+ value="AIR-Bench_24.04",
338
+ interactive=True,
339
+ label="AIR-Bench Version")
340
  with gr.Row():
341
  upload_button = gr.UploadButton("Click to upload search results", file_count="single")
342
  with gr.Row():