aashraychegu commited on
Commit
cbe821e
·
1 Parent(s): 8cb7125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,10 +86,10 @@ with g.Blocks() as A:
86
  scale=7,
87
  min_width=1000,
88
  ):
89
- img = g.ImageEditor(
90
  state.value["url"],
91
  type="filepath",
92
- sources=[],
93
  )
94
  with g.Column(variant="panel"):
95
  feedback = g.Markdown(
 
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"):
95
  feedback = g.Markdown(