ZhangYuhan commited on
Commit
1d27ad3
1 Parent(s): f273102

update server

Browse files
Files changed (2) hide show
  1. serve/gradio_web_i2s.py +15 -15
  2. serve/gradio_web_t2s.py +16 -16
serve/gradio_web_i2s.py CHANGED
@@ -60,18 +60,18 @@ Find out who is the 🥇 image-to-3D generation models! More models are going to
60
  with gr.Column():
61
  with gr.Row():
62
  geo_left = gr.Image(label = "Geometry A",
63
- interactive=False, show_download_button=True)
64
  normal_left = gr.Image(label = "Normal A",
65
- interactive=False, show_download_button=True)
66
  rgb_left = gr.Image(label = "RGB A",
67
- interactive=False, show_download_button=True)
68
  with gr.Row():
69
  geo_right = gr.Image(label = "Geometry B",
70
- interactive=False, show_download_button=True)
71
  normal_right = gr.Image(label = "Normal B",
72
- interactive=False, show_download_button=True,)
73
  rgb_right = gr.Image(label = "RGB B",
74
- interactive=False, show_download_button=True,)
75
 
76
  with gr.Row():
77
  # with gr.Column(scale=0.8):
@@ -346,13 +346,13 @@ Find out who is the 🥇conditional image generation models! More models are goi
346
 
347
  with gr.Column():
348
  with gr.Row():
349
- geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=True)
350
- normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
351
- rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
352
  with gr.Row():
353
- geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=True)
354
- normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True,)
355
- rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True,)
356
 
357
  with gr.Row():
358
  with gr.Column():
@@ -692,9 +692,9 @@ def build_i2s_ui_single_model(models):
692
  )
693
 
694
  with gr.Row():
695
- geo = gr.Image(label="Geometry", interactive=False, show_download_button=True)
696
- normal = gr.Image(label="Normal", interactive=False, show_download_button=True)
697
- rgb = gr.Image(label="RGB", interactive=False, show_download_button=True)
698
 
699
  with gr.Row():
700
  with gr.Column():
 
60
  with gr.Column():
61
  with gr.Row():
62
  geo_left = gr.Image(label = "Geometry A",
63
+ interactive=False, show_download_button=False)
64
  normal_left = gr.Image(label = "Normal A",
65
+ interactive=False, show_download_button=False)
66
  rgb_left = gr.Image(label = "RGB A",
67
+ interactive=False, show_download_button=False)
68
  with gr.Row():
69
  geo_right = gr.Image(label = "Geometry B",
70
+ interactive=False, show_download_button=False)
71
  normal_right = gr.Image(label = "Normal B",
72
+ interactive=False, show_download_button=False,)
73
  rgb_right = gr.Image(label = "RGB B",
74
+ interactive=False, show_download_button=False,)
75
 
76
  with gr.Row():
77
  # with gr.Column(scale=0.8):
 
346
 
347
  with gr.Column():
348
  with gr.Row():
349
+ geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=False)
350
+ normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=False)
351
+ rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=False)
352
  with gr.Row():
353
+ geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=False)
354
+ normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=False,)
355
+ rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=False,)
356
 
357
  with gr.Row():
358
  with gr.Column():
 
692
  )
693
 
694
  with gr.Row():
695
+ geo = gr.Image(label="Geometry", interactive=False, show_download_button=False)
696
+ normal = gr.Image(label="Normal", interactive=False, show_download_button=False)
697
+ rgb = gr.Image(label="RGB", interactive=False, show_download_button=False)
698
 
699
  with gr.Row():
700
  with gr.Column():
serve/gradio_web_t2s.py CHANGED
@@ -39,7 +39,7 @@ def build_t2s_ui_side_by_side_anony(models):
39
 
40
  ## 🏆 Arena Elo
41
  Find out who is the 🥇 text-to-3D generation models! More models are going to be supported.
42
-
43
  ## 👇 Generating now!
44
 
45
  """
@@ -59,13 +59,13 @@ Find out who is the 🥇 text-to-3D generation models! More models are going to
59
  gr.Markdown(model_description_md, elem_id="model_description_markdown")
60
  with gr.Column():
61
  with gr.Row():
62
- geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=True)
63
- normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
64
- rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
65
  with gr.Row():
66
- geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=True)
67
- normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
68
- rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
69
 
70
  with gr.Row():
71
  # with gr.Column():
@@ -338,13 +338,13 @@ Find out who is the 🥇conditional image generation models! More models are goi
338
 
339
  with gr.Column():
340
  with gr.Row():
341
- geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=True)
342
- normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=True)
343
- rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=True)
344
  with gr.Row():
345
- geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=True)
346
- normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=True)
347
- rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=True)
348
 
349
  with gr.Row():
350
  slow_warning = gr.Markdown("", elem_id="notice_markdown")
@@ -620,9 +620,9 @@ def build_t2s_ui_single_model(models):
620
  )
621
 
622
  with gr.Row():
623
- geo = gr.Image(label = "Geometry", interactive=False, show_download_button=True)
624
- normal = gr.Image(label = "Normal", interactive=False, show_download_button=True)
625
- rgb = gr.Image(label = "RGB", interactive=False, show_download_button=True)
626
 
627
  with gr.Row(elem_id="Geometry Plausibility"):
628
  plausive_md = gr.Markdown("Geometry Plausibility: ", elem_id="evaldim_markdown")
 
39
 
40
  ## 🏆 Arena Elo
41
  Find out who is the 🥇 text-to-3D generation models! More models are going to be supported.
42
+ \n The Leaderboard is coming soon
43
  ## 👇 Generating now!
44
 
45
  """
 
59
  gr.Markdown(model_description_md, elem_id="model_description_markdown")
60
  with gr.Column():
61
  with gr.Row():
62
+ geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=False)
63
+ normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=False)
64
+ rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=False)
65
  with gr.Row():
66
+ geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=False)
67
+ normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=False)
68
+ rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=False)
69
 
70
  with gr.Row():
71
  # with gr.Column():
 
338
 
339
  with gr.Column():
340
  with gr.Row():
341
+ geo_left = gr.Image(label = "Geometry A", interactive=False, show_download_button=False)
342
+ normal_left = gr.Image(label = "Normal A", interactive=False, show_download_button=False)
343
+ rgb_left = gr.Image(label = "RGB A", interactive=False, show_download_button=False)
344
  with gr.Row():
345
+ geo_right = gr.Image(label = "Geometry B", interactive=False, show_download_button=False)
346
+ normal_right = gr.Image(label = "Normal B", interactive=False, show_download_button=False)
347
+ rgb_right = gr.Image(label = "RGB B", interactive=False, show_download_button=False)
348
 
349
  with gr.Row():
350
  slow_warning = gr.Markdown("", elem_id="notice_markdown")
 
620
  )
621
 
622
  with gr.Row():
623
+ geo = gr.Image(label = "Geometry", interactive=False, show_download_button=False)
624
+ normal = gr.Image(label = "Normal", interactive=False, show_download_button=False)
625
+ rgb = gr.Image(label = "RGB", interactive=False, show_download_button=False)
626
 
627
  with gr.Row(elem_id="Geometry Plausibility"):
628
  plausive_md = gr.Markdown("Geometry Plausibility: ", elem_id="evaldim_markdown")