muskan19 commited on
Commit
341a8a2
·
verified ·
1 Parent(s): 150ee0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ from huggingface_hub import hf_hub_download
35
 
36
  hf_hub_download(
37
  repo_id="muskan19/Violence_Detector",
38
- filename="violence_model.keras",
39
  use_auth_token=token
40
  )
41
 
 
35
 
36
  hf_hub_download(
37
  repo_id="muskan19/Violence_Detector",
38
+ filename="violence_model.h5",
39
  use_auth_token=token
40
  )
41