LPX55 commited on
Commit
447de03
·
verified ·
1 Parent(s): 0b17f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -74,6 +74,8 @@ pipe.to("cuda")
74
 
75
  @spaces.GPU(duration=12)
76
  def fill_image(prompt, image, model_selection, paste_back):
 
 
77
  (
78
  prompt_embeds,
79
  negative_prompt_embeds,
 
74
 
75
  @spaces.GPU(duration=12)
76
  def fill_image(prompt, image, model_selection, paste_back):
77
+ print(f"Received image: {image}") # Debugging statement
78
+
79
  (
80
  prompt_embeds,
81
  negative_prompt_embeds,