Spaces:
Build error
Build error
remove print
Browse files
app.py
CHANGED
|
@@ -151,7 +151,6 @@ def get_conditioning(image):
|
|
| 151 |
|
| 152 |
|
| 153 |
def generate_images(image_in_img, prompt, image_file_live_opt='file', live_conditioning=None):
|
| 154 |
-
print(image_in_img, prompt, image_file_live_opt, live_conditioning)
|
| 155 |
if image_in_img is None and 'image' not in live_conditioning:
|
| 156 |
raise gr.Error("Please provide an image")
|
| 157 |
try:
|
|
|
|
| 151 |
|
| 152 |
|
| 153 |
def generate_images(image_in_img, prompt, image_file_live_opt='file', live_conditioning=None):
|
|
|
|
| 154 |
if image_in_img is None and 'image' not in live_conditioning:
|
| 155 |
raise gr.Error("Please provide an image")
|
| 156 |
try:
|