Skip to content

Commit

Permalink
Merge pull request #903 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
Vidalnt authored Dec 4, 2024
2 parents 345049a + 69d148f commit f2a0f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabs/inference/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,12 @@ def get_speakers_id(model):
return list(range(speakers_id))
else:
return [0]
except Exception as e:
except Exception as e:
return [0]
else:
return [0]


# Inference tab
def inference_tab():
default_weight = names[0] if names else None
Expand Down

0 comments on commit f2a0f8d

Please sign in to comment.