Spaces:
Runtime error
Runtime error
selfitcamera
commited on
Commit
โข
e4879db
1
Parent(s):
5ebe2d2
init
Browse files- __pycache__/config.cpython-312.pyc +0 -0
- app.py +1 -1
- config.py +5 -5
__pycache__/config.cpython-312.pyc
CHANGED
Binary files a/__pycache__/config.cpython-312.pyc and b/__pycache__/config.cpython-312.pyc differ
|
|
app.py
CHANGED
@@ -42,7 +42,7 @@ def onClick(temp_image, user_image, caption_text, token_text,
|
|
42 |
return None, "Please enter English caption text !!! "
|
43 |
else:
|
44 |
param4_text, param5_text = '', ''
|
45 |
-
|
46 |
if taskType in ['8', '9']:
|
47 |
if len(caption_text)==0:
|
48 |
yield None, "Please enter caption !!! "
|
|
|
42 |
return None, "Please enter English caption text !!! "
|
43 |
else:
|
44 |
param4_text, param5_text = '', ''
|
45 |
+
|
46 |
if taskType in ['8', '9']:
|
47 |
if len(caption_text)==0:
|
48 |
yield None, "Please enter caption !!! "
|
config.py
CHANGED
@@ -34,11 +34,11 @@ if taskType=="3":
|
|
34 |
is_show_token = True
|
35 |
# ๆ ้ข
|
36 |
title = r"""
|
37 |
-
<h1 align="center">
|
38 |
"""
|
39 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
40 |
description = r"""
|
41 |
-
Go to <a href='https://heybeauty.ai/
|
42 |
|
43 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
44 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
@@ -56,11 +56,11 @@ elif taskType=="4":
|
|
56 |
is_show_token = True
|
57 |
# ๆ ้ข
|
58 |
title = r"""
|
59 |
-
<h1 align="center">
|
60 |
"""
|
61 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
62 |
description = r"""
|
63 |
-
Go to <a href='https://heybeauty.ai/
|
64 |
|
65 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
66 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
@@ -149,7 +149,7 @@ elif taskType=="2":
|
|
149 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
150 |
description = r"""
|
151 |
Go to <a href='https://heybeauty.ai/remove-object' target='_blank'><b>HeyBeauty</b></a> for Faster and Free Object Removal! ๐ค .<br>
|
152 |
-
|
153 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
154 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
155 |
3. Share app with your friends and enjoy! ๐.<br>
|
|
|
34 |
is_show_token = True
|
35 |
# ๆ ้ข
|
36 |
title = r"""
|
37 |
+
<h1 align="center">AI Poster Background Generation</h1>
|
38 |
"""
|
39 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
40 |
description = r"""
|
41 |
+
Go to <a href='https://heybeauty.ai/product-background-swap' target='_blank'><b>HeyBeauty</b></a> for Faster and Free AI App! ๐ค .<br>
|
42 |
|
43 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
44 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
|
|
56 |
is_show_token = True
|
57 |
# ๆ ้ข
|
58 |
title = r"""
|
59 |
+
<h1 align="center">Model Head Swap</h1>
|
60 |
"""
|
61 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
62 |
description = r"""
|
63 |
+
Go to <a href='https://heybeauty.ai/model-head-swap' target='_blank'><b>HeyBeauty</b></a> for Faster and Free AI App! ๐ค .<br>
|
64 |
|
65 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
66 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
|
|
149 |
# ๆ ้ขไธ็ๆ่ฟฐ
|
150 |
description = r"""
|
151 |
Go to <a href='https://heybeauty.ai/remove-object' target='_blank'><b>HeyBeauty</b></a> for Faster and Free Object Removal! ๐ค .<br>
|
152 |
+
|
153 |
1. Please wait for a while after submitting the task, you will get the result within 30 seconds.
|
154 |
2. After exhausted all trial attempts, you can <a href='https://heybeauty.ai/home/apikeys' target='_blank'><b>find your api key here</b></a> .<br>
|
155 |
3. Share app with your friends and enjoy! ๐.<br>
|