JaesungHuh commited on
Commit
fc0d8c5
β€’
1 Parent(s): e108e8c

add safetensor and huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  import torch
3
  from model import ECAPA_gender
4
 
5
-
6
  # Load the model
7
  model = ECAPA_gender.from_pretrained("JaesungHuh/ecapa-gender")
8
  model.eval()
 
2
  import torch
3
  from model import ECAPA_gender
4
 
 
5
  # Load the model
6
  model = ECAPA_gender.from_pretrained("JaesungHuh/ecapa-gender")
7
  model.eval()