Spaces:
Running
Running
ZhangYuhan
commited on
Commit
•
a2d45c5
1
Parent(s):
a4c3ce7
update serve
Browse files- serve/gradio_web_i2s.py +3 -4
- serve/gradio_web_t2s.py +1 -1
- serve/utils.py +0 -1
serve/gradio_web_i2s.py
CHANGED
@@ -29,7 +29,7 @@ from .inference import(
|
|
29 |
|
30 |
def build_i2s_ui_side_by_side_anony(models):
|
31 |
notice_markdown = """
|
32 |
-
# ⚔️
|
33 |
## 📜 Rules
|
34 |
- Upload image to two anonymous models in same area and vote for the better one!
|
35 |
- When the results are ready, click the button below to vote.
|
@@ -283,7 +283,7 @@ Find out who is the 🥇conditional image generation models! More models are goi
|
|
283 |
|
284 |
def build_i2s_ui_side_by_side_named(models):
|
285 |
notice_markdown = """
|
286 |
-
# ⚔️
|
287 |
## 📜 Rules
|
288 |
- Generate with any two selected models side-by-side and vote!
|
289 |
- Sample or Input prompt you want to generate.
|
@@ -558,8 +558,7 @@ Find out who is the 🥇conditional image generation models! More models are goi
|
|
558 |
|
559 |
def build_i2s_ui_single_model(models):
|
560 |
notice_markdown = """
|
561 |
-
# 🏔️ Play with Image Generation Models
|
562 |
-
{promotion}
|
563 |
|
564 |
## 🤖 Choose any model to generate
|
565 |
|
|
|
29 |
|
30 |
def build_i2s_ui_side_by_side_anony(models):
|
31 |
notice_markdown = """
|
32 |
+
# ⚔️ 3DGen-Arena ⚔️ : Benchmarking Image-to-3D generative models
|
33 |
## 📜 Rules
|
34 |
- Upload image to two anonymous models in same area and vote for the better one!
|
35 |
- When the results are ready, click the button below to vote.
|
|
|
283 |
|
284 |
def build_i2s_ui_side_by_side_named(models):
|
285 |
notice_markdown = """
|
286 |
+
# ⚔️ 3DGen-Arena ⚔️ : Benchmarking Image-to-3D generative models
|
287 |
## 📜 Rules
|
288 |
- Generate with any two selected models side-by-side and vote!
|
289 |
- Sample or Input prompt you want to generate.
|
|
|
558 |
|
559 |
def build_i2s_ui_single_model(models):
|
560 |
notice_markdown = """
|
561 |
+
# 🏔️ Play with Image-to-3D Generation Models
|
|
|
562 |
|
563 |
## 🤖 Choose any model to generate
|
564 |
|
serve/gradio_web_t2s.py
CHANGED
@@ -556,7 +556,7 @@ Find out who is the 🥇conditional image generation models! More models are goi
|
|
556 |
|
557 |
def build_t2s_ui_single_model(models):
|
558 |
notice_markdown = """
|
559 |
-
# 🏔️ Play with
|
560 |
|
561 |
## 🤖 Choose any model to generate
|
562 |
|
|
|
556 |
|
557 |
def build_t2s_ui_single_model(models):
|
558 |
notice_markdown = """
|
559 |
+
# 🏔️ Play with Text-to-3D Generation Models
|
560 |
|
561 |
## 🤖 Choose any model to generate
|
562 |
|
serve/utils.py
CHANGED
@@ -23,7 +23,6 @@ def build_about():
|
|
23 |
Supported by Shanghai AI Laboratory
|
24 |
|
25 |
## Contributors:
|
26 |
-
Yuhan Zhang, Mengchen Zhang, Tong Wu, Tengfei Wang, Ziwei Liu
|
27 |
|
28 |
## Contact:
|
29 |
Email: [email protected]
|
|
|
23 |
Supported by Shanghai AI Laboratory
|
24 |
|
25 |
## Contributors:
|
|
|
26 |
|
27 |
## Contact:
|
28 |
Email: [email protected]
|