Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
8b26d7a
1
Parent(s):
65289e2
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as myface:
|
|
129 |
run=gr.Button("Generate")
|
130 |
|
131 |
with gr.Row():
|
132 |
-
like_message = gr.Button("
|
133 |
with gr.Row():
|
134 |
output1=gr.Image(label="Dreamlike-photoreal-2.0")
|
135 |
output2=gr.Image(label="Dreamlike-photoreal-2.0")
|
@@ -155,5 +155,5 @@ with gr.Blocks() as myface:
|
|
155 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
156 |
|
157 |
myface.launch(enable_queue=True, inline=True)
|
158 |
-
block.queue(concurrency_count=30, max_size=30).launch(max_threads=
|
159 |
reset_queue_thread.join()
|
|
|
129 |
run=gr.Button("Generate")
|
130 |
|
131 |
with gr.Row():
|
132 |
+
like_message = gr.Button("❤️❤️❤️ Press the Like Button if you enjoy my space! ❤️❤️❤️")
|
133 |
with gr.Row():
|
134 |
output1=gr.Image(label="Dreamlike-photoreal-2.0")
|
135 |
output2=gr.Image(label="Dreamlike-photoreal-2.0")
|
|
|
155 |
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt])
|
156 |
|
157 |
myface.launch(enable_queue=True, inline=True)
|
158 |
+
block.queue(concurrency_count=30, max_size=30).launch(max_threads=80)
|
159 |
reset_queue_thread.join()
|