Diamanta commited on
Commit
d8aaf5f
·
verified ·
1 Parent(s): e1b187e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ async def list_models():
94
  return [model.dict() for model in AVAILABLE_MODELS]
95
 
96
  @app.get("/api/models")
97
- async def api_models():
98
  return {"models": [model.dict() for model in AVAILABLE_MODELS]}
99
 
100
  @app.get("/models/{model_id}")
 
94
  return [model.dict() for model in AVAILABLE_MODELS]
95
 
96
  @app.get("/api/models")
97
+ async def api_models():
98
  return {"models": [model.dict() for model in AVAILABLE_MODELS]}
99
 
100
  @app.get("/models/{model_id}")