zliang commited on
Commit
01042b3
1 Parent(s): 4107e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def upload_image(url,title):
59
  upload = imagekit.upload(
60
  file=url,
61
  file_name="image.jpg",
62
- options = options
63
  )
64
 
65
  # Return the upload response
 
59
  upload = imagekit.upload(
60
  file=url,
61
  file_name="image.jpg",
62
+ # options = options
63
  )
64
 
65
  # Return the upload response