zliang commited on
Commit
014546a
1 Parent(s): b800426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def upload_image(url):
38
  )
39
 
40
  # Return the upload response
41
- return upload
42
  except Exception as e:
43
  return {"error": str(e)}
44
 
 
38
  )
39
 
40
  # Return the upload response
41
+ return {"message": "uploaded successfuly, check https://chatzl.github.io/photographer.html for your work!"}
42
  except Exception as e:
43
  return {"error": str(e)}
44