muskan19 commited on
Commit
987b27d
·
verified ·
1 Parent(s): 341a8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -33,11 +33,11 @@ import os
33
  token = os.getenv("app") # secure
34
  from huggingface_hub import hf_hub_download
35
 
36
- hf_hub_download(
37
- repo_id="muskan19/Violence_Detector",
38
- filename="violence_model.h5",
39
- use_auth_token=token
40
- )
41
 
42
 
43
 
 
33
  token = os.getenv("app") # secure
34
  from huggingface_hub import hf_hub_download
35
 
36
+ #hf_hub_download(
37
+ #repo_id="muskan19/Violence_Detector",
38
+ #filename="violence_model.h5",
39
+ #use_auth_token=token
40
+ #)
41
 
42
 
43