Omnibus commited on
Commit
e617343
·
verified ·
1 Parent(s): 1c72c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ def load_models(model_in):
25
  sys.stdout = print(model_load)
26
  #print(model_load)
27
  #out_test=model_load("hello?")
28
- loaded_model.append(sys.stdout)
 
29
  except Exception as e:
30
  loaded_model.append({"MODEL":model.id,"ERROR":e})
31
  try:
 
25
  sys.stdout = print(model_load)
26
  #print(model_load)
27
  #out_test=model_load("hello?")
28
+ loaded_model=sys.stdout
29
+ #loaded_model.append(sys.stdout)
30
  except Exception as e:
31
  loaded_model.append({"MODEL":model.id,"ERROR":e})
32
  try: