Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
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:
|