Spaces:
Sleeping
Sleeping
Commit
·
fb08f6a
1
Parent(s):
a22d215
wording of layout
Browse files
app.py
CHANGED
@@ -37,15 +37,15 @@ examples = [
|
|
37 |
],
|
38 |
[
|
39 |
"a peacock, back view | a peacock, front view",
|
40 |
-
"1 | -3",
|
41 |
"30",
|
42 |
-
"
|
43 |
],
|
44 |
[
|
45 |
"a peacock, back view",
|
46 |
"1",
|
47 |
"30",
|
48 |
-
"
|
49 |
],
|
50 |
[
|
51 |
"A boy wearing sunglasses | a pair of sunglasses with white frame",
|
@@ -112,7 +112,7 @@ with app:
|
|
112 |
# "# **<p align='center'>AMLDS Video Tagging</p>**"
|
113 |
# )
|
114 |
gr.Markdown(
|
115 |
-
"# **<p align='center'>Perp-Neg: Iterative Editing and Robust View Generation
|
116 |
)
|
117 |
gr.Markdown(
|
118 |
"""
|
|
|
37 |
],
|
38 |
[
|
39 |
"a peacock, back view | a peacock, front view",
|
40 |
+
"1 | -3.5",
|
41 |
"30",
|
42 |
+
"7.5"
|
43 |
],
|
44 |
[
|
45 |
"a peacock, back view",
|
46 |
"1",
|
47 |
"30",
|
48 |
+
"7.5"
|
49 |
],
|
50 |
[
|
51 |
"A boy wearing sunglasses | a pair of sunglasses with white frame",
|
|
|
112 |
# "# **<p align='center'>AMLDS Video Tagging</p>**"
|
113 |
# )
|
114 |
gr.Markdown(
|
115 |
+
"# **<p align='center'>Perp-Neg: Iterative Editing and Robust View Generation Using Stable Diffusion</p>**"
|
116 |
)
|
117 |
gr.Markdown(
|
118 |
"""
|