SIGMitch commited on
Commit
b95a615
·
verified ·
1 Parent(s): e46317c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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