Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ body {
|
|
69 |
}
|
70 |
#example_img img{
|
71 |
height:80px;
|
72 |
-
width:
|
73 |
transition: transform 0.5s ease;
|
74 |
}
|
75 |
footer {display: none !important;}
|
@@ -89,5 +89,5 @@ with gr.Blocks(css=css) as demo:
|
|
89 |
return processed_img
|
90 |
|
91 |
process_button.click(update_status, inputs=image_input, outputs=image_input)
|
92 |
-
|
93 |
demo.launch()
|
|
|
69 |
}
|
70 |
#example_img img{
|
71 |
height:80px;
|
72 |
+
width:50px;
|
73 |
transition: transform 0.5s ease;
|
74 |
}
|
75 |
footer {display: none !important;}
|
|
|
89 |
return processed_img
|
90 |
|
91 |
process_button.click(update_status, inputs=image_input, outputs=image_input)
|
92 |
+
demo.queue(max_size=10)
|
93 |
demo.launch()
|