Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def process(
|
|
74 |
if not input_text:
|
75 |
gr.Info("Please enter a text prompt.")
|
76 |
return None, None
|
77 |
-
|
78 |
image = input_image_editor['background']
|
79 |
mask = input_image_editor['layers'][0]
|
80 |
|
|
|
74 |
if not input_text:
|
75 |
gr.Info("Please enter a text prompt.")
|
76 |
return None, None
|
77 |
+
input_text = "A military COR3 "+input_text
|
78 |
image = input_image_editor['background']
|
79 |
mask = input_image_editor['layers'][0]
|
80 |
|