Spaces:
Runtime error
Runtime error
Commit ·
b9eed54
1
Parent(s): e4a574e
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,9 +86,9 @@ with g.Blocks() as A:
|
|
| 86 |
scale=7,
|
| 87 |
min_width=1000,
|
| 88 |
):
|
| 89 |
-
img = g.
|
| 90 |
state.value["url"],
|
| 91 |
-
type="
|
| 92 |
# sources=[],
|
| 93 |
)
|
| 94 |
with g.Column(variant="panel"):
|
|
|
|
| 86 |
scale=7,
|
| 87 |
min_width=1000,
|
| 88 |
):
|
| 89 |
+
img = g.ImageEditor(
|
| 90 |
state.value["url"],
|
| 91 |
+
type="PIL",
|
| 92 |
# sources=[],
|
| 93 |
)
|
| 94 |
with g.Column(variant="panel"):
|