You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
calling the background removal API...
Traceback (most recent call last):
File ".\bgremove.py", line 23, in
main()
File ".\bgremove.py", line 12, in main
new_image = background_removal.predict(image_file=open(image_path, 'rb'), format=format)
File "C:\Python35\lib\site-packages\firefly\client.py", line 100, in wrapped
return client.call_func(func_name, **kwargs)
File "C:\Python35\lib\site-packages\firefly\client.py", line 17, in call_func
return self.request(path, **kwargs)
File "C:\Python35\lib\site-packages\firefly\client.py", line 30, in request
return self.handle_response(response)
File "C:\Python35\lib\site-packages\firefly\client.py", line 83, in handle_response
raise ValidationError(response.json()["error"])
firefly.validator.ValidationError: missing a required argument: 'image'
The text was updated successfully, but these errors were encountered:
calling the background removal API...
Traceback (most recent call last):
File ".\bgremove.py", line 23, in
main()
File ".\bgremove.py", line 12, in main
new_image = background_removal.predict(image_file=open(image_path, 'rb'), format=format)
File "C:\Python35\lib\site-packages\firefly\client.py", line 100, in wrapped
return client.call_func(func_name, **kwargs)
File "C:\Python35\lib\site-packages\firefly\client.py", line 17, in call_func
return self.request(path, **kwargs)
File "C:\Python35\lib\site-packages\firefly\client.py", line 30, in request
return self.handle_response(response)
File "C:\Python35\lib\site-packages\firefly\client.py", line 83, in handle_response
raise ValidationError(response.json()["error"])
firefly.validator.ValidationError: missing a required argument: 'image'
The text was updated successfully, but these errors were encountered: