jethrowang commited on
Commit
134cc7e
·
verified ·
1 Parent(s): bc1da34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ os.environ['CUDA_VISIBLE_DEVICES'] = '0'
16
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
17
 
18
  # Font configuration
19
- font_path = './Times_New_Roman.ttf'
20
  font_prop = FontProperties(fname=font_path, size=18)
21
 
22
  # Model and Processing Parameters
 
16
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
17
 
18
  # Font configuration
19
+ font_path = './fonts/Times_New_Roman.ttf'
20
  font_prop = FontProperties(fname=font_path, size=18)
21
 
22
  # Model and Processing Parameters