Spaces:
Running
Running
Commit
·
5534598
1
Parent(s):
960b239
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,7 +331,7 @@ transform = transforms.Compose([
|
|
| 331 |
])
|
| 332 |
'''
|
| 333 |
|
| 334 |
-
def read_content(file_path
|
| 335 |
"""read the content of target file
|
| 336 |
"""
|
| 337 |
with open(file_path, 'rb', encoding='utf-8') as f:
|
|
|
|
| 331 |
])
|
| 332 |
'''
|
| 333 |
|
| 334 |
+
def read_content(file_path):
|
| 335 |
"""read the content of target file
|
| 336 |
"""
|
| 337 |
with open(file_path, 'rb', encoding='utf-8') as f:
|