yangtb24 commited on
Commit
f5287ea
·
verified ·
1 Parent(s): 72a49ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -744,7 +744,7 @@ def list_models():
744
  })
745
 
746
  return jsonify({
747
- "success": true,
748
  "data": detailed_models
749
  })
750
 
 
744
  })
745
 
746
  return jsonify({
747
+ "success": True,
748
  "data": detailed_models
749
  })
750