GCBQDevTeam commited on
Commit
2d40912
·
verified ·
1 Parent(s): dc16537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  def greet(null):
8
  string = ""
9
  device = torch.device('cpu')
10
- model_list = ['tiny.en', 'base.en', "small.en" 'medium', 'large-v2']
11
  fp16_bool = [False]
12
  path = 'benchmark/'
13
  file_list = os.listdir(path)
 
7
  def greet(null):
8
  string = ""
9
  device = torch.device('cpu')
10
+ model_list = ['tiny.en', 'base.en', 'small.en', 'medium', 'large-v2']
11
  fp16_bool = [False]
12
  path = 'benchmark/'
13
  file_list = os.listdir(path)