alitavanaali commited on
Commit
361ba08
·
1 Parent(s): d250602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -378,7 +378,7 @@ def completepreprocess(pdffile):
378
 
379
 
380
  title = "Interactive demo: Music Information Extraction model"
381
- description = "Music Information Extraction - We used Microsoft’s LayoutLMv3 trained on Our Music Dataset through csv's to predict the labels. To use it, simply upload a PDF or use the example PDF below and click ‘Submit’. Results will show up in a few seconds. If you want to make the output bigger, right-click on it and select ‘Open image in new tab’.Train =16 ,Test =7"
382
 
383
  css = """.output_image, .input_image {height: 600px !important}"""
384
  examples = [['b2_ex1.pdf'], ['b2_ex2.pdf'], ['test1.jpg'], ['doc2.pdf'], ['doc1.pdf']]
 
378
 
379
 
380
  title = "Interactive demo: Music Information Extraction model"
381
+ description = "Music Information Extraction - We used Microsoft’s LayoutLMv3 trained on Our Music Dataset through csv's to predict the labels. To use it, simply upload a PDF or use the example PDF below and click ‘Submit’. Results will show up in a few seconds. If you want to make the output bigger, right-click on it and select ‘Open image in new tab’.Train =24 ,Test =9"
382
 
383
  css = """.output_image, .input_image {height: 600px !important}"""
384
  examples = [['b2_ex1.pdf'], ['b2_ex2.pdf'], ['test1.jpg'], ['doc2.pdf'], ['doc1.pdf']]