Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def search(search_query):
|
|
59 |
|
60 |
if len(imgs) == 5: break
|
61 |
|
62 |
-
return imgs
|
63 |
|
64 |
with gr.Blocks() as demo:
|
65 |
with gr.Column(variant="panel"):
|
|
|
59 |
|
60 |
if len(imgs) == 5: break
|
61 |
|
62 |
+
return imgs[0]
|
63 |
|
64 |
with gr.Blocks() as demo:
|
65 |
with gr.Column(variant="panel"):
|