ZhangYuhan commited on
Commit
4037c9e
โ€ข
1 Parent(s): 008ad46

update server

Browse files
Files changed (1) hide show
  1. serve/gradio_web_t2s.py +9 -9
serve/gradio_web_t2s.py CHANGED
@@ -32,12 +32,12 @@ def build_t2s_ui_side_by_side_anony(models):
32
  # โš”๏ธ 3DGen-Arena โš”๏ธ : Benchmarking Text-to-3D generative models
33
  ## ๐Ÿ“œ Rules
34
  - Input prompt to two anonymous models in same area and vote for the better one!
35
- - When the results are ready, click the button below to vote.
36
- - Vote won't be counted if model identity is revealed during conversation.
37
  - Click "Clear" to start a new round.
38
 
39
  ## ๐Ÿ† Arena Elo
40
- Find out who is the ๐Ÿฅ‡conditional image generation models! More models are going to be supported.
41
 
42
  ## ๐Ÿ‘‡ Generating now!
43
 
@@ -58,11 +58,11 @@ Find out who is the ๐Ÿฅ‡conditional image generation models! More models are goi
58
  gr.Markdown(model_description_md, elem_id="model_description_markdown")
59
  with gr.Column():
60
  with gr.Row():
61
- geo_left = gr.Image(label = "Geo A", interactive=False, show_download_button=True)
62
  normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
63
  rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
64
  with gr.Row():
65
- geo_right = gr.Image(label = "Geo B", interactive=False, show_download_button=True)
66
  normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
67
  rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
68
 
@@ -292,7 +292,7 @@ def build_t2s_ui_side_by_side_named(models):
292
  # โš”๏ธ 3DGen-Arena โš”๏ธ : Benchmarking Text-to-3D generative models
293
  ## ๐Ÿ“œ Rules
294
  - Generate with any two selected models side-by-side and vote!
295
- - Sample or Input prompt you want to generate.
296
  - Click "Send" to submit the prompt.
297
  - Click "Clear" to start a new round.
298
 
@@ -337,11 +337,11 @@ Find out who is the ๐Ÿฅ‡conditional image generation models! More models are goi
337
 
338
  with gr.Column():
339
  with gr.Row():
340
- geo_left = gr.Image(label = "Geo A", interactive=False, show_download_button=True)
341
  normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
342
  rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
343
  with gr.Row():
344
- geo_right = gr.Image(label = "Geo B", interactive=False, show_download_button=True)
345
  normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
346
  rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
347
 
@@ -614,7 +614,7 @@ def build_t2s_ui_single_model(models):
614
  )
615
 
616
  with gr.Row():
617
- geo = gr.Image(label = "Geo", interactive=False, show_download_button=True)
618
  normal = gr.Image(label = "Normal", interactive=False, show_download_button=True)
619
  rgb = gr.Image(label = "RGB", interactive=False, show_download_button=True)
620
 
 
32
  # โš”๏ธ 3DGen-Arena โš”๏ธ : Benchmarking Text-to-3D generative models
33
  ## ๐Ÿ“œ Rules
34
  - Input prompt to two anonymous models in same area and vote for the better one!
35
+ - When the results are ready, click the buttons below to vote.
36
+ - Until all dimensions have been voted, the anonymous models are displayed.
37
  - Click "Clear" to start a new round.
38
 
39
  ## ๐Ÿ† Arena Elo
40
+ Find out who is the ๐Ÿฅ‡ text-to-3D generation models! More models are going to be supported.
41
 
42
  ## ๐Ÿ‘‡ Generating now!
43
 
 
58
  gr.Markdown(model_description_md, elem_id="model_description_markdown")
59
  with gr.Column():
60
  with gr.Row():
61
+ geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=True)
62
  normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
63
  rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
64
  with gr.Row():
65
+ geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=True)
66
  normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
67
  rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
68
 
 
292
  # โš”๏ธ 3DGen-Arena โš”๏ธ : Benchmarking Text-to-3D generative models
293
  ## ๐Ÿ“œ Rules
294
  - Generate with any two selected models side-by-side and vote!
295
+ - Sample prompt you want to generate.
296
  - Click "Send" to submit the prompt.
297
  - Click "Clear" to start a new round.
298
 
 
337
 
338
  with gr.Column():
339
  with gr.Row():
340
+ geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=True)
341
  normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
342
  rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
343
  with gr.Row():
344
+ geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=True)
345
  normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
346
  rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
347
 
 
614
  )
615
 
616
  with gr.Row():
617
+ geo = gr.Image(label = "Geometry", interactive=False, show_download_button=True)
618
  normal = gr.Image(label = "Normal", interactive=False, show_download_button=True)
619
  rgb = gr.Image(label = "RGB", interactive=False, show_download_button=True)
620