Spaces:
Running
Running
Commit
·
95532e4
1
Parent(s):
7cde447
options/Banner_Model/Image2Image.py
CHANGED
@@ -67,6 +67,7 @@ def I2I(
|
|
67 |
if not input_text:
|
68 |
gr.Info("Please enter a text prompt.")
|
69 |
return None, None
|
|
|
70 |
|
71 |
image = input_image_editor['background']
|
72 |
mask = input_image_editor['layers'][0]
|
|
|
67 |
if not input_text:
|
68 |
gr.Info("Please enter a text prompt.")
|
69 |
return None, None
|
70 |
+
print(dict(input_image_editor))
|
71 |
|
72 |
image = input_image_editor['background']
|
73 |
mask = input_image_editor['layers'][0]
|