Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
973152b
1
Parent(s):
1f1d55a
v04 update
Browse files- app.py +1 -1
- util/pdf_opt.py +1 -1
app.py
CHANGED
@@ -606,7 +606,7 @@ def main(args):
|
|
606 |
title=title,
|
607 |
description=description,
|
608 |
# article=article,
|
609 |
-
examples=examples,
|
610 |
# theme="seafoam",
|
611 |
# live=True, # Change output in real time
|
612 |
flagging_dir="run", # output directory
|
|
|
606 |
title=title,
|
607 |
description=description,
|
608 |
# article=article,
|
609 |
+
# examples=examples,
|
610 |
# theme="seafoam",
|
611 |
# live=True, # Change output in real time
|
612 |
flagging_dir="run", # output directory
|
util/pdf_opt.py
CHANGED
@@ -45,7 +45,7 @@ class PDF(FPDF):
|
|
45 |
self.set_fill_color(200, 220, 255)
|
46 |
# Title
|
47 |
# self.cell(0, 6, 'Chapter %d : %s' % (num, label), 0, 1, 'L', 1)
|
48 |
-
self.cell(0, 6, "
|
49 |
# Line break
|
50 |
self.ln(4)
|
51 |
|
|
|
45 |
self.set_fill_color(200, 220, 255)
|
46 |
# Title
|
47 |
# self.cell(0, 6, 'Chapter %d : %s' % (num, label), 0, 1, 'L', 1)
|
48 |
+
self.cell(0, 6, "Detection Result:", 0, 1, "L", 1)
|
49 |
# Line break
|
50 |
self.ln(4)
|
51 |
|