Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|