aagoluoglu commited on
Commit
5c6d849
·
1 Parent(s): 630b1e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -126,7 +126,6 @@ def server(input: Inputs, output: Outputs, session: Session):
126
  """Displays the uploaded image"""
127
  img_src = uploaded_image_path()
128
  if img_src:
129
- dir = Path(__file__).resolve().parent
130
  img: ImgData = {"src": str(img_src), "width": "100px"}
131
  print("IMAGE", img)
132
  return img
 
126
  """Displays the uploaded image"""
127
  img_src = uploaded_image_path()
128
  if img_src:
 
129
  img: ImgData = {"src": str(img_src), "width": "100px"}
130
  print("IMAGE", img)
131
  return img