Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ierhon
/
neural-chatbot-constructor
like
4
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ierhon
commited on
Feb 4, 2024
Commit
86c785e
·
verified
·
1 Parent(s):
e5d1bd4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -12,8 +12,6 @@ import keras
12
13
os.mkdir("cache")
14
15
-
emb_size = 128
16
-
inp_len = 16
17
maxshift = 4
18
19
def hash_str(data: str):
12
13
os.mkdir("cache")
14
15
maxshift = 4
16
17
def hash_str(data: str):