yashvii commited on
Commit
136efbd
1 Parent(s): 9fa9be2

Update gradio_demo/app.py

Browse files
Files changed (1) hide show
  1. gradio_demo/app.py +1 -1
gradio_demo/app.py CHANGED
@@ -238,7 +238,7 @@ def main(pretrained_model_name_or_path="wangqixun/YamerMIX_v8", enable_lcm_arg=F
238
  dest = f'{email}/img{i}@{style}.png'
239
  upload_pil_image_to_gcs(img,dest)
240
  except Exception as e:
241
- print()
242
  gr.Info("Thankyou!! Your avatar is on the way to your inbox")
243
  return None,None,None,None,None
244
 
 
238
  dest = f'{email}/img{i}@{style}.png'
239
  upload_pil_image_to_gcs(img,dest)
240
  except Exception as e:
241
+ print(e)
242
  gr.Info("Thankyou!! Your avatar is on the way to your inbox")
243
  return None,None,None,None,None
244