mizoru commited on
Commit
dbc58cd
1 Parent(s): 04026a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ MODELS = {
10
 
11
  CACHED_MODELS_BY_ID = {}
12
 
13
- LANGUAGES = (MODELS.keys())
14
 
15
  def run(input_file, language, decoding_type):
16
 
 
10
 
11
  CACHED_MODELS_BY_ID = {}
12
 
13
+ LANGUAGES = list(MODELS.keys())
14
 
15
  def run(input_file, language, decoding_type):
16