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