aifeifei798 commited on
Commit
1c8fb6e
1 Parent(s): 65853cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ model = AutoModelForCausalLM.from_pretrained('gokaygokay/Florence-2-SD3-Captione
14
  processor = AutoProcessor.from_pretrained('gokaygokay/Florence-2-SD3-Captioner', trust_remote_code=True)
15
 
16
 
17
- TITLE = "# [Florence-2 SD3 Long Captioner](https://huggingface.co/gokaygokay/Florence-2-SD3-Captioner/)"
18
- 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."
19
 
20
  def modify_caption(caption: str) -> str:
21
  """
 
14
  processor = AutoProcessor.from_pretrained('gokaygokay/Florence-2-SD3-Captioner', trust_remote_code=True)
15
 
16
 
17
+ TITLE = "# Florence-2-SD3-Captioner"
18
+ DESCRIPTION = ""
19
 
20
  def modify_caption(caption: str) -> str:
21
  """