Spaces:
Build error
Build error
Emiir
commited on
Commit
·
015076f
1
Parent(s):
f8c8f5b
Update app.py
Browse files
app.py
CHANGED
@@ -63,13 +63,6 @@ def send_it1(inputs, noise_level, proc1=proc1):
|
|
63 |
return output1
|
64 |
|
65 |
with gr.Blocks(css='style.css') as demo:
|
66 |
-
with gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
|
67 |
-
RayicDegeri.com - Araba Resmi Oluşturucu Yapay Zeka Sistemi
|
68 |
-
</h1>
|
69 |
-
<h3 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
|
70 |
-
Lütfen, Marka: ...., Seri: ..., Model: ...., Yıl: .... şeklinde giriniz.
|
71 |
-
Örneğin: Marka: Renault, Seri: Symbol, Model: 1.5 dCi Authentique, Yıl: 2012
|
72 |
-
</h3>""")
|
73 |
|
74 |
with gr.Row(variant="compact"):
|
75 |
prompt_marka = gr.Textbox(
|
|
|
63 |
return output1
|
64 |
|
65 |
with gr.Blocks(css='style.css') as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
with gr.Row(variant="compact"):
|
68 |
prompt_marka = gr.Textbox(
|