Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|