Spaces:
Runtime error
Runtime error
selfitcamera
commited on
Commit
•
eebc5e4
1
Parent(s):
1293021
init
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
Datas/UserRecord_1/Ips/127.0.0.1.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:16b78f6ccd9445ae37a2e9f1db8b60633acb8dae7e1e8fa97fa86268e80f4668
|
3 |
-
size 306
|
|
|
|
|
|
|
|
Datas/UserRecord_2/Ips/127.0.0.1.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b83090b7b64546ca2ad3dcd3dccd15679050c89699a21f71cff30ed66089399
|
3 |
+
size 307
|
Datas/UserRecord_3/Ips/127.0.0.1.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d548af32b28aacce0ff6f28b98e6a4528553818c281cef7752a4bf843ddbf2a6
|
3 |
-
size 569
|
|
|
|
|
|
|
|
Datas/UserRecord_6/Ips/127.0.0.1.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9d5a1a961259242c785bddccab82cd792a956e381fa778c0554b9f61d8812ba9
|
3 |
-
size 1091
|
|
|
|
|
|
|
|
Datas/UserRecord_7/Ips/127.0.0.1.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0e1f320c336974a3c82f6e1e8ad5bf86de1552936ec898d9249830ba8cb02540
|
3 |
-
size 1528
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -43,9 +43,9 @@ def onClick(temp_image, user_image, caption_text, token_text,
|
|
43 |
else:
|
44 |
param4_text, param5_text = '', ''
|
45 |
|
46 |
-
print("======> temp_image ", type(temp_image))
|
47 |
-
print("======> user_image ", type(user_image))
|
48 |
-
print("======> caption_text ", type(caption_text))
|
49 |
if temp_image is None:
|
50 |
yield None, "please choose a template!!!"
|
51 |
return None, "please choose a template!!!"
|
|
|
43 |
else:
|
44 |
param4_text, param5_text = '', ''
|
45 |
|
46 |
+
# print("======> temp_image ", type(temp_image))
|
47 |
+
# print("======> user_image ", type(user_image))
|
48 |
+
# print("======> caption_text ", type(caption_text))
|
49 |
if temp_image is None:
|
50 |
yield None, "please choose a template!!!"
|
51 |
return None, "please choose a template!!!"
|