Spaces:
Running
on
Zero
Running
on
Zero
vinesmsuic
commited on
Commit
โข
d9230ec
1
Parent(s):
e85c9cb
update description to clarify the purpose
Browse files
serve/gradio_web.py
CHANGED
@@ -21,7 +21,9 @@ from functools import partial
|
|
21 |
def build_side_by_side_ui_anony(models):
|
22 |
notice_markdown = """
|
23 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
24 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
|
|
25 |
## ๐ Rules
|
26 |
- Input prompt to two anonymous models in same area (e.g., LCM, SDXL, SDXL-turbo in Text-guided Image Generation Model, MagicBrush, InstructPix2Pix in Text-guided Image Editing Model) and vote for the better one!
|
27 |
- When the results are ready, click the button below to vote.
|
@@ -199,6 +201,7 @@ Find out who is the ๐ฅconditional image generation models! More models are goi
|
|
199 |
def build_side_by_side_ui_named(models):
|
200 |
notice_markdown = """
|
201 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
202 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
203 |
|
204 |
## ๐ Rules
|
|
|
21 |
def build_side_by_side_ui_anony(models):
|
22 |
notice_markdown = """
|
23 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
24 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
25 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
26 |
+
|
27 |
## ๐ Rules
|
28 |
- Input prompt to two anonymous models in same area (e.g., LCM, SDXL, SDXL-turbo in Text-guided Image Generation Model, MagicBrush, InstructPix2Pix in Text-guided Image Editing Model) and vote for the better one!
|
29 |
- When the results are ready, click the button below to vote.
|
|
|
201 |
def build_side_by_side_ui_named(models):
|
202 |
notice_markdown = """
|
203 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
204 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
205 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
206 |
|
207 |
## ๐ Rules
|
serve/gradio_web_image_editing.py
CHANGED
@@ -21,6 +21,7 @@ from functools import partial
|
|
21 |
def build_side_by_side_ui_anony_ie(models):
|
22 |
notice_markdown = """
|
23 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
24 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
25 |
|
26 |
## ๐ Rules
|
@@ -235,6 +236,7 @@ Find out who is the ๐ฅconditional image edition models!
|
|
235 |
def build_side_by_side_ui_named_ie(models):
|
236 |
notice_markdown = """
|
237 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
238 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
239 |
|
240 |
## ๐ Rules
|
|
|
21 |
def build_side_by_side_ui_anony_ie(models):
|
22 |
notice_markdown = """
|
23 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
24 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
25 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
26 |
|
27 |
## ๐ Rules
|
|
|
236 |
def build_side_by_side_ui_named_ie(models):
|
237 |
notice_markdown = """
|
238 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
239 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
240 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
241 |
|
242 |
## ๐ Rules
|
serve/gradio_web_video_generation.py
CHANGED
@@ -22,7 +22,9 @@ from functools import partial
|
|
22 |
def build_side_by_side_ui_anony_vg(models):
|
23 |
notice_markdown = """
|
24 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
25 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
|
|
26 |
## ๐ Rules
|
27 |
- Input prompt to two anonymous models in same area (e.g., AnimateDiff, AnimateDiff-Turbo) and vote for the better one!
|
28 |
- When the results are ready, click the button below to vote.
|
@@ -203,6 +205,7 @@ Find out who is the ๐ฅconditional video generation models! More models are goi
|
|
203 |
def build_side_by_side_ui_named_vg(models):
|
204 |
notice_markdown = """
|
205 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
|
|
206 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
207 |
|
208 |
## ๐ Rules
|
|
|
22 |
def build_side_by_side_ui_anony_vg(models):
|
23 |
notice_markdown = """
|
24 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
25 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
26 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
27 |
+
|
28 |
## ๐ Rules
|
29 |
- Input prompt to two anonymous models in same area (e.g., AnimateDiff, AnimateDiff-Turbo) and vote for the better one!
|
30 |
- When the results are ready, click the button below to vote.
|
|
|
205 |
def build_side_by_side_ui_named_vg(models):
|
206 |
notice_markdown = """
|
207 |
# โ๏ธ GenAI-Arena โ๏ธ : Benchmarking Visual Generative Models in the Wild
|
208 |
+
**GenAI-Arena is an open evaluation plaform focused on Image Generation, Image Editing, and Video Generation tasks.**
|
209 |
| [Code](https://huggingface.co/spaces/TIGER-Lab/GenAI-Arena/tree/main) | [Paper](https://arxiv.org/abs/2406.04485v1) | [Dataset](https://huggingface.co/datasets/TIGER-Lab/GenAI-Bench) |
|
210 |
|
211 |
## ๐ Rules
|