Spaces:
Running
on
Zero
Running
on
Zero
bimsarapathiraja
commited on
Commit
·
4826d04
1
Parent(s):
85635cf
Fix desc
Browse files
app.py
CHANGED
@@ -40,12 +40,12 @@ def generate(image, prompt, num_inference_steps=50, image_guidance_scale=1.5, gu
|
|
40 |
|
41 |
# Update the example list to remove mask-related entries
|
42 |
example_lists = [
|
43 |
-
['UltraEdit/images/example_images/4ppl2.jpg', "Add a flower on the t-shirt of the guy in the middle with dark jeans", 50, 1.5, 7.5,
|
44 |
-
['UltraEdit/images/example_images/cat2.jpg', "Add a green scarf to the right cat", 50, 1.5, 7.5,
|
45 |
-
['UltraEdit/images/example_images/3ppl2.jpg', "Add a flower bunch to the person with a red jacket", 50, 1.5, 7.5,
|
46 |
-
['UltraEdit/images/example_images/4ppl1.jpg', "Let the rightmost person wear a golden dress", 50, 1.5, 7.5,
|
47 |
-
['UltraEdit/images/example_images/bowls1.jpg', "Remove the bowl with some leaves in the middle", 50, 1.5, 7.5,
|
48 |
-
['UltraEdit/images/example_images/cat1.jpg', "Can we have a dog instead of the cat looking at the camera?", 50, 1.5, 7.5,
|
49 |
]
|
50 |
|
51 |
# Update the mask_ex_list to reflect the new example list structure
|
@@ -84,7 +84,6 @@ article_html = """
|
|
84 |
<a href="https://huggingface.co/datasets/bpathir1/RefEdit" style="display: flex; align-items: center; text-decoration: none; color: blue; font-weight: bold; gap: 0.5rem;">
|
85 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Dataset_4M" style="height: 20px; vertical-align: middle;"> Dataset
|
86 |
</a>
|
87 |
-
|
88 |
<a href="https://refedit.vercel.app/" style="display: flex; align-items: center; text-decoration: none; color: blue; font-weight: bold; gap: 0.5rem;">
|
89 |
<span style="font-size: 20px; vertical-align: middle;">🔗</span> Page
|
90 |
</a>
|
|
|
40 |
|
41 |
# Update the example list to remove mask-related entries
|
42 |
example_lists = [
|
43 |
+
['UltraEdit/images/example_images/4ppl2.jpg', "Add a flower on the t-shirt of the guy in the middle with dark jeans", 50, 1.5, 7.5, 3345],
|
44 |
+
['UltraEdit/images/example_images/cat2.jpg', "Add a green scarf to the right cat", 50, 1.5, 7.5, 3345],
|
45 |
+
['UltraEdit/images/example_images/3ppl2.jpg', "Add a flower bunch to the person with a red jacket", 50, 1.5, 7.5, 3345],
|
46 |
+
['UltraEdit/images/example_images/4ppl1.jpg', "Let the rightmost person wear a golden dress", 50, 1.5, 7.5, 123456],
|
47 |
+
['UltraEdit/images/example_images/bowls1.jpg', "Remove the bowl with some leaves in the middle", 50, 1.5, 7.5, 3345],
|
48 |
+
['UltraEdit/images/example_images/cat1.jpg', "Can we have a dog instead of the cat looking at the camera?", 50, 1.5, 7.5, 3345],
|
49 |
]
|
50 |
|
51 |
# Update the mask_ex_list to reflect the new example list structure
|
|
|
84 |
<a href="https://huggingface.co/datasets/bpathir1/RefEdit" style="display: flex; align-items: center; text-decoration: none; color: blue; font-weight: bold; gap: 0.5rem;">
|
85 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Dataset_4M" style="height: 20px; vertical-align: middle;"> Dataset
|
86 |
</a>
|
|
|
87 |
<a href="https://refedit.vercel.app/" style="display: flex; align-items: center; text-decoration: none; color: blue; font-weight: bold; gap: 0.5rem;">
|
88 |
<span style="font-size: 20px; vertical-align: middle;">🔗</span> Page
|
89 |
</a>
|