AllenYkl commited on
Commit
626257f
·
1 Parent(s): ad399c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ print(file_list)
16
 
17
  fs = HfFileSystem()
18
  with fs.open(f"spaces/{repo_id}/info/副脾_症状.txt") as f:
19
- data = f.read()
20
  print(data)
21
 
22
  def greet(name):
 
16
 
17
  fs = HfFileSystem()
18
  with fs.open(f"spaces/{repo_id}/info/副脾_症状.txt") as f:
19
+ data = f.read().decode()
20
  print(data)
21
 
22
  def greet(name):