andito HF staff commited on
Commit
3615300
·
verified ·
1 Parent(s): 833928a

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('HuggingFaceM4/Florence-2-DocVQA',
14
  processor = AutoProcessor.from_pretrained('HuggingFaceM4/Florence-2-DocVQA', trust_remote_code=True)
15
 
16
 
17
- TITLE = "# [Florence-2-DocVQA Demo](https://huggingface.co/HuggingFaceM4/Florence-2-DocVQA)"
18
- DESCRIPTION = "The demo for Florence-2 fine-tuned on DocVQA dataset. You can find the notebook [here](https://colab.research.google.com/drive/1hKDrJ5AH_o7I95PtZ9__VlCTNAo1Gjpf?usp=sharing). Read more about Florence-2 fine-tuning [here](finetune-florence2)."
19
 
20
 
21
  colormap = ['blue','orange','green','purple','brown','pink','gray','olive','cyan','red',
 
14
  processor = AutoProcessor.from_pretrained('HuggingFaceM4/Florence-2-DocVQA', trust_remote_code=True)
15
 
16
 
17
+ TITLE = "# [Docmatix - Florence-2 Demo](https://huggingface.co/datasets/HuggingFaceM4/Docmatix)"
18
+ DESCRIPTION = "The demo for Docmatix with a Florence-2 model fine-tuned on it. Read more about Docmatix [here](Docmatix)."
19
 
20
 
21
  colormap = ['blue','orange','green','purple','brown','pink','gray','olive','cyan','red',