SIGMitch commited on
Commit
7bd6aff
·
verified ·
1 Parent(s): b6890ff

Update app.py

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