Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|