Spaces:
Runtime error
Runtime error
Commit
ยท
798a279
1
Parent(s):
c88e4eb
Update app.py
Browse files
app.py
CHANGED
@@ -14,16 +14,13 @@ inputs_label="ใใชใใๅ
ฅๅใซๅฟใใฆในใใผใชใผใ็ๆใใพใ"
|
|
14 |
outputs_label="AIใ็ๆใใในใใผใชใผ"
|
15 |
visual_outputs_label="AIใ็ๆใใใใธใฅใขใซใคใกใผใธ"
|
16 |
description="""
|
17 |
-
-
|
18 |
"""
|
19 |
|
20 |
article = """
|
21 |
<ul>
|
22 |
-
<li style="font-size: small;"
|
23 |
-
</ul>
|
24 |
|
25 |
-
<ul>
|
26 |
-
<li style="font-size: small;">ใใใฃใใใใฃใผใใใใฏใฎๅ้ใซใๅๅใ้กใใใพใใ<a href="https://forms.gle/bLxs2h22JvQK4zwP8">https://forms.gle/bLxs2h22JvQK4zwP8</a></li>
|
27 |
</ul>
|
28 |
|
29 |
<h5>ใชใชใผในใใผใ</h5>
|
@@ -106,7 +103,7 @@ class OpenAI:
|
|
106 |
|
107 |
answers = stability_api.generate(
|
108 |
prompt=("high quality illustlation, Stunning detail, crisp images, high-contrast images, dynamic angles, cinematic lighting, sharp focus, fantastic colors, impressive shading, movie scene, taken with a cinema lens, images of impressive events" + visualize_prompt),
|
109 |
-
steps=
|
110 |
width=768,
|
111 |
height=512,
|
112 |
)
|
|
|
14 |
outputs_label="AIใ็ๆใใในใใผใชใผ"
|
15 |
visual_outputs_label="AIใ็ๆใใใใธใฅใขใซใคใกใผใธ"
|
16 |
description="""
|
17 |
+
- Sorytelling-AI-1ใ็ๆใใใฟใคใใซใจใใใชใใ้ธใใ ้ธๆ่ขใๅ
ฅๅใใฆใใ ใใใใจใฉใผใ็บ็ใใๅ ดๅใใๅบๅใใใๅ
ๅฎนใๆฐใซๅ
ฅใใชใๅ ดๅใฏใๅๅบฆ้ไฟกใใใใ้ใๅ
ๅฎนใๅ
ฅๅใใฆ้ไฟกใใฆใใ ใใใ
|
18 |
"""
|
19 |
|
20 |
article = """
|
21 |
<ul>
|
22 |
+
<li style="font-size: small;">ๅบๅใใใใฟใคใใซใจใ้ธๆ่ขABใฎใใใใใฎๅบๅใใณใใผใใฆใๆฌกใฎในใใใใซ้ฒใฟใพใโ<a href="https://huggingface.co/spaces/Masa-digital-art/Storytelling-AI-3-test">https://huggingface.co/spaces/Masa-digital-art/Storytelling-AI-3-test</a></li>
|
|
|
23 |
|
|
|
|
|
24 |
</ul>
|
25 |
|
26 |
<h5>ใชใชใผในใใผใ</h5>
|
|
|
103 |
|
104 |
answers = stability_api.generate(
|
105 |
prompt=("high quality illustlation, Stunning detail, crisp images, high-contrast images, dynamic angles, cinematic lighting, sharp focus, fantastic colors, impressive shading, movie scene, taken with a cinema lens, images of impressive events" + visualize_prompt),
|
106 |
+
steps=50,
|
107 |
width=768,
|
108 |
height=512,
|
109 |
)
|