aifeifei798 commited on
Commit
6233830
1 Parent(s): 0b675f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model = AutoModelForCausalLM.from_pretrained('John6666/gokaygokay-Florence-2-SD3
12
  processor = AutoProcessor.from_pretrained('John6666/gokaygokay-Florence-2-SD3-Captioner-8bit', trust_remote_code=True)
13
 
14
 
15
- TITLE = "# [Florence-2 SD3 Long Captioner](https://huggingface.co/gokaygokay/Florence-2-SD3-Captioner/)"
16
  DESCRIPTION = "[Florence-2 Base](https://huggingface.co/microsoft/Florence-2-base-ft) fine-tuned on Long SD3 Prompt and Image pairs. Check above link for datasets that are used for fine-tuning."
17
 
18
  def modify_caption(caption: str) -> str:
 
12
  processor = AutoProcessor.from_pretrained('John6666/gokaygokay-Florence-2-SD3-Captioner-8bit', trust_remote_code=True)
13
 
14
 
15
+ TITLE = "# [Florence-2 SD3 Long Captioner 8bit](https://huggingface.co/John6666/gokaygokay-Florence-2-SD3-Captioner-8bit)"
16
  DESCRIPTION = "[Florence-2 Base](https://huggingface.co/microsoft/Florence-2-base-ft) fine-tuned on Long SD3 Prompt and Image pairs. Check above link for datasets that are used for fine-tuning."
17
 
18
  def modify_caption(caption: str) -> str: