We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89ac78 commit e5b76acCopy full SHA for e5b76ac
docker_images/speechbrain/app/common.py
@@ -22,7 +22,7 @@ class ModelType(Enum):
22
GRAPHEMETOPHONEME = "GRAPHEMETOPHONEME"
23
24
25
-def get_type(model_id, interface_type="interface"):
+def get_type(model_id, interface_type="speechbrain_interface"):
26
info = HfApi().model_info(repo_id=model_id)
27
if info.config:
28
if "speechbrain" in info.config:
0 commit comments