reidddd commited on
Commit
628c70e
·
1 Parent(s): 25499b8

updated roboflow model to improve accuracy

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -102,8 +102,6 @@ def fetchImage():
102
 
103
  # Save the image to the current directory
104
  if response.status_code == 200:
105
- file_name = "downloaded_image.jpg"
106
-
107
  image = Image.open(io.BytesIO(response.content))
108
 
109
  if image.mode == "RGBA":
 
102
 
103
  # Save the image to the current directory
104
  if response.status_code == 200:
 
 
105
  image = Image.open(io.BytesIO(response.content))
106
 
107
  if image.mode == "RGBA":