Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rmdhirr/web-phishing-detector
rmdhirr
/
web-phishing-detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rmdhirr
commited on
Jun 15, 2024
Commit
90e22e2
·
verified
·
1 Parent(s):
29d2c3e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
import tensorflow as tf
3
import numpy as np
1
+
# CODE BY RAMADHIRRA! DON'T USE WITHOUT PERMISSION!
2
import gradio as gr
3
import tensorflow as tf
4
import numpy as np