Spaces:
Running
Running
ZhangYuhan
commited on
Commit
•
55fb4c1
1
Parent(s):
a2d45c5
update serve
Browse files- serve/gradio_web_i2s.py +8 -8
- serve/gradio_web_t2s.py +8 -8
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 = "
|
62 |
interactive=False, show_download_button=True)
|
63 |
-
rgb_left = gr.Image(width=512, label = "
|
64 |
interactive=False, show_download_button=True)
|
65 |
with gr.Column():
|
66 |
-
normal_right = gr.Image(width=512, label = "
|
67 |
interactive=False, show_download_button=True,)
|
68 |
-
rgb_right = gr.Image(width=512, label = "
|
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 = "
|
334 |
-
rgb_left = gr.Image(width=512, label = "
|
335 |
with gr.Column():
|
336 |
-
normal_right = gr.Image(width=512, label = "
|
337 |
-
rgb_right = gr.Image(width=512, label = "
|
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 = "
|
62 |
-
rgb_left = gr.Image(width=512, label = "
|
63 |
with gr.Column():
|
64 |
-
normal_right = gr.Image(width=512, label = "
|
65 |
-
rgb_right = gr.Image(width=512, label = "
|
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 = "
|
330 |
-
rgb_left = gr.Image(width=512, label = "
|
331 |
with gr.Column():
|
332 |
-
normal_right = gr.Image(width=512, label = "
|
333 |
-
rgb_right = gr.Image(width=512, label = "
|
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")
|