Spaces:
Build error
Build error
Emiir
commited on
Commit
·
3e66a96
1
Parent(s):
99f6e67
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,13 @@ import emoji
|
|
11 |
|
12 |
text_gen = gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
13 |
|
14 |
-
gr.HTML("<h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
|
15 |
-
|
16 |
-
</h1>
|
|
|
|
|
|
|
|
|
17 |
|
18 |
def get_prompts(prompt_text):
|
19 |
if prompt_text:
|
|
|
11 |
|
12 |
text_gen = gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
13 |
|
14 |
+
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
|
15 |
+
RayicDegeri.com - Araba Resmi Oluşturucu Yapay Zeka Sistemi
|
16 |
+
</h1>
|
17 |
+
<h3 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
|
18 |
+
Lütfen, Marka: ...., Seri: ..., Model: ...., Yıl: .... şeklinde giriniz.
|
19 |
+
Örneğin: Marka: Renault, Seri: Symbol, Model: 1.5 dCi Authentique, Yıl: 2012
|
20 |
+
</h3>""")
|
21 |
|
22 |
def get_prompts(prompt_text):
|
23 |
if prompt_text:
|