Spaces:
Running
Running
Commit
ยท
4037c9e
1
Parent(s):
008ad46
update server
Browse files- 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
|
| 36 |
-
-
|
| 37 |
- Click "Clear" to start a new round.
|
| 38 |
|
| 39 |
## ๐ Arena Elo
|
| 40 |
-
Find out who is the ๐ฅ
|
| 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 = "
|
| 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 = "
|
| 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
|
| 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 = "
|
| 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 = "
|
| 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 = "
|
| 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 |
|