MatteoScript commited on
Commit
586a47b
·
verified ·
1 Parent(s): 8bcfd35

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -207,6 +207,7 @@ def generate_image(request: Request, input_data: InputImage):
207
  api_name="/predict"
208
  )
209
  image_url = result[0]
 
210
  with open(image_url, 'rb') as img_file:
211
  img_binary = img_file.read()
212
  img_base64 = base64.b64encode(img_binary).decode('utf-8')
 
207
  api_name="/predict"
208
  )
209
  image_url = result[0]
210
+ print(image_url)
211
  with open(image_url, 'rb') as img_file:
212
  img_binary = img_file.read()
213
  img_base64 = base64.b64encode(img_binary).decode('utf-8')