Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -324,5 +324,5 @@ with gr.Blocks() as demo:
|
|
| 324 |
search_btn.click(search,inputs=desc, outputs=gallery, postprocess=False)
|
| 325 |
gr.HTML(f"Dataset: <a href='https://github.com/unsplash/datasets' target='_blank'>Unsplash Lite</a>; Number of Images: {dataset_size}")
|
| 326 |
|
| 327 |
-
demo.queue(
|
| 328 |
demo.launch()
|
|
|
|
| 324 |
search_btn.click(search,inputs=desc, outputs=gallery, postprocess=False)
|
| 325 |
gr.HTML(f"Dataset: <a href='https://github.com/unsplash/datasets' target='_blank'>Unsplash Lite</a>; Number of Images: {dataset_size}")
|
| 326 |
|
| 327 |
+
demo.queue()
|
| 328 |
demo.launch()
|