Spaces:
Build error
Build error
Emiir
commited on
Commit
·
95b51af
1
Parent(s):
31d73e7
Update app.py
Browse files
app.py
CHANGED
@@ -82,11 +82,11 @@ with gr.Blocks(css='style.css') as demo:
|
|
82 |
with gr.Row():
|
83 |
output1 = gr.Image(label="Dreamlike Diffusion 1.0", show_label=False)
|
84 |
|
85 |
-
run.click(send_it1, inputs=[prompt_marka,prompt_seri,prompt_model,prompt_yil], outputs=[output1])
|
86 |
with gr.Row():
|
87 |
gr.HTML(
|
88 |
|
89 |
)
|
90 |
|
91 |
-
demo.launch(enable_queue=True, inline=True)
|
92 |
block.queue(concurrency_count=100)
|
|
|
82 |
with gr.Row():
|
83 |
output1 = gr.Image(label="Dreamlike Diffusion 1.0", show_label=False)
|
84 |
|
85 |
+
run.click(send_it1, inputs=[prompt_marka,prompt_seri,prompt_model,prompt_yil], outputs=[output1],api_name="car_image_draw")
|
86 |
with gr.Row():
|
87 |
gr.HTML(
|
88 |
|
89 |
)
|
90 |
|
91 |
+
demo.launch(enable_queue=True, inline=True,show_api=False)
|
92 |
block.queue(concurrency_count=100)
|