Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,9 +75,8 @@ def infer(
|
|
| 75 |
|
| 76 |
|
| 77 |
examples = [
|
| 78 |
-
"[FOUR-VIEWS]
|
| 79 |
-
"[FOUR-VIEWS]
|
| 80 |
-
"[FOUR-VIEWS] A set of four images showing a teddy bear toy"
|
| 81 |
]
|
| 82 |
|
| 83 |
css = """
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
examples = [
|
| 78 |
+
"[FOUR-VIEWS] a set of four images showing a green boho bedroom from different view angles;[TOP-LEFT] a 45-degree angle of the bedroom;[TOP-RIGHT] a high-angle shot of the bedroom;[BOTTOM-LEFT]a side view shot of bedroom;[BOTTOM-RIGHT] A low angle view of the bedroom.",
|
| 79 |
+
"[FOUR-VIEWS] A set of four images showing a teddy bear toy from multiple photo angles"
|
|
|
|
| 80 |
]
|
| 81 |
|
| 82 |
css = """
|