Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,7 @@ with gr.Blocks() as demo:
|
|
52 |
visible = True,
|
53 |
row_count = (1, 'dynamic'),
|
54 |
wrap=True,
|
55 |
-
interactive=True
|
56 |
-
max_rows=None
|
57 |
)
|
58 |
gr.Examples(
|
59 |
examples=[["A young chef is cooking the dinner for his parents", "demo1.jpg"], ["Young man and woman walking on a sunny beach, the sun is visible in the frame, on a white background", "demo2.jpg"], ["Black female, hair stylist, designing her room", "demo3.jpg"], ["Use plastic that is durable rather than the one that breaks soon.", "demo4.jpg"], ["An interpreter in a boot with headphones and microphones, reading notes, listening and speaking", "demo5.jpg"]],
|
|
|
52 |
visible = True,
|
53 |
row_count = (1, 'dynamic'),
|
54 |
wrap=True,
|
55 |
+
interactive=True
|
|
|
56 |
)
|
57 |
gr.Examples(
|
58 |
examples=[["A young chef is cooking the dinner for his parents", "demo1.jpg"], ["Young man and woman walking on a sunny beach, the sun is visible in the frame, on a white background", "demo2.jpg"], ["Black female, hair stylist, designing her room", "demo3.jpg"], ["Use plastic that is durable rather than the one that breaks soon.", "demo4.jpg"], ["An interpreter in a boot with headphones and microphones, reading notes, listening and speaking", "demo5.jpg"]],
|