ZhangYuhan commited on
Commit
55fb4c1
1 Parent(s): a2d45c5

update serve

Browse files
serve/gradio_web_i2s.py CHANGED
@@ -58,14 +58,14 @@ Find out who is the 🥇conditional image generation models! More models are goi
58
 
59
  with gr.Row():
60
  with gr.Column():
61
- normal_left = gr.Image(width=512, label = "Model A",
62
  interactive=False, show_download_button=True)
63
- rgb_left = gr.Image(width=512, label = "Model A",
64
  interactive=False, show_download_button=True)
65
  with gr.Column():
66
- normal_right = gr.Image(width=512, label = "Model B",
67
  interactive=False, show_download_button=True,)
68
- rgb_right = gr.Image(width=512, label = "Model B",
69
  interactive=False, show_download_button=True,)
70
 
71
  with gr.Row():
@@ -330,11 +330,11 @@ Find out who is the 🥇conditional image generation models! More models are goi
330
  with gr.Row():
331
 
332
  with gr.Column():
333
- normal_left = gr.Image(width=512, label = "Model A", show_download_button=True)
334
- rgb_left = gr.Image(width=512, label = "Model A", show_download_button=True)
335
  with gr.Column():
336
- normal_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
337
- rgb_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
338
 
339
  with gr.Row(elem_id="Geometry Plausibility"):
340
  plausive_md = gr.Markdown("Geometry Plausibility: ", visible=False, elem_id="evaldim_markdown")
 
58
 
59
  with gr.Row():
60
  with gr.Column():
61
+ normal_left = gr.Image(width=512, label = "Normal A",
62
  interactive=False, show_download_button=True)
63
+ rgb_left = gr.Image(width=512, label = "RGB A",
64
  interactive=False, show_download_button=True)
65
  with gr.Column():
66
+ normal_right = gr.Image(width=512, label = "Normal B",
67
  interactive=False, show_download_button=True,)
68
+ rgb_right = gr.Image(width=512, label = "RGB B",
69
  interactive=False, show_download_button=True,)
70
 
71
  with gr.Row():
 
330
  with gr.Row():
331
 
332
  with gr.Column():
333
+ normal_left = gr.Image(width=512, label = "Normal A", show_download_button=True)
334
+ rgb_left = gr.Image(width=512, label = "RGB A", show_download_button=True)
335
  with gr.Column():
336
+ normal_right = gr.Image(width=512, label = "Normal B", show_download_button=True,)
337
+ rgb_right = gr.Image(width=512, label = "RGB B", show_download_button=True,)
338
 
339
  with gr.Row(elem_id="Geometry Plausibility"):
340
  plausive_md = gr.Markdown("Geometry Plausibility: ", visible=False, elem_id="evaldim_markdown")
serve/gradio_web_t2s.py CHANGED
@@ -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.Row():
60
  with gr.Column():
61
- normal_left = gr.Image(width=512, label = "Model A", show_download_button=True)
62
- rgb_left = gr.Image(width=512, label = "Model A", show_download_button=True)
63
  with gr.Column():
64
- normal_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
65
- rgb_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
66
 
67
  with gr.Row():
68
  with gr.Column():
@@ -326,11 +326,11 @@ Find out who is the 🥇conditional image generation models! More models are goi
326
 
327
  with gr.Row():
328
  with gr.Column():
329
- normal_left = gr.Image(width=512, label = "Model A", show_download_button=True)
330
- rgb_left = gr.Image(width=512, label = "Model A", show_download_button=True)
331
  with gr.Column():
332
- normal_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
333
- rgb_right = gr.Image(width=512, label = "Model B", show_download_button=True,)
334
 
335
  with gr.Row():
336
  slow_warning = gr.Markdown("", elem_id="notice_markdown")
 
58
  gr.Markdown(model_description_md, elem_id="model_description_markdown")
59
  with gr.Row():
60
  with gr.Column():
61
+ normal_left = gr.Image(width=512, label = "Normal A", show_download_button=True)
62
+ rgb_left = gr.Image(width=512, label = "RGB A", show_download_button=True)
63
  with gr.Column():
64
+ normal_right = gr.Image(width=512, label = "Normal B", show_download_button=True,)
65
+ rgb_right = gr.Image(width=512, label = "RGB B", show_download_button=True,)
66
 
67
  with gr.Row():
68
  with gr.Column():
 
326
 
327
  with gr.Row():
328
  with gr.Column():
329
+ normal_left = gr.Image(width=512, label = "Normal A", show_download_button=True)
330
+ rgb_left = gr.Image(width=512, label = "RGB A", show_download_button=True)
331
  with gr.Column():
332
+ normal_right = gr.Image(width=512, label = "Normal B", show_download_button=True,)
333
+ rgb_right = gr.Image(width=512, label = "RGB B", show_download_button=True,)
334
 
335
  with gr.Row():
336
  slow_warning = gr.Markdown("", elem_id="notice_markdown")