aashraychegu commited on
Commit
b9eed54
·
1 Parent(s): e4a574e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,9 +86,9 @@ with g.Blocks() as A:
86
  scale=7,
87
  min_width=1000,
88
  ):
89
- img = g.Image(
90
  state.value["url"],
91
- type="filepath",
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"):