tchung1970 commited on
Commit
4a39f23
·
1 Parent(s): fdfcdef

Trigger rebuild - update print statement

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from utils.prompt_utils import polish_prompt
15
  MODEL_REPO = "meituan-longcat/LongCat-Image"
16
  MAX_SEED = np.iinfo(np.int32).max
17
 
18
- print("Loading LongCat-Image model...")
19
  text_processor = AutoTokenizer.from_pretrained(
20
  MODEL_REPO,
21
  subfolder = 'tokenizer'
 
15
  MODEL_REPO = "meituan-longcat/LongCat-Image"
16
  MAX_SEED = np.iinfo(np.int32).max
17
 
18
+ print("Loading LongCat-Image model... v12")
19
  text_processor = AutoTokenizer.from_pretrained(
20
  MODEL_REPO,
21
  subfolder = 'tokenizer'