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