Skip to content

Commit

Permalink
Merge pull request #19 from coqui-ai/ask-for-tflite
Browse files Browse the repository at this point in the history
Request TFLite model from Model Zoo
  • Loading branch information
reuben authored Aug 12, 2021
2 parents aad3a07 + 76dba66 commit 902fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coqui_stt_model_manager/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def index():
print(f"Current installs: {current_installs}")
return render_template(
"index.html",
model_zoo_url=f"http://coqui.ai/models?callback_url=http://{host}:{port}/install_model",
model_zoo_url=f"http://coqui.ai/models?callback_url=http://{host}:{port}/install_model&prefer_tflite=1",
installed_models=list(app.config["MODEL_MANAGER"].list_models()),
models_being_installed=current_installs,
)
Expand Down

0 comments on commit 902fa11

Please sign in to comment.