Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,12 +55,7 @@ with gr.Blocks(
|
|
| 55 |
height=400
|
| 56 |
)
|
| 57 |
|
| 58 |
-
|
| 59 |
-
examples=["cat.jpg", "person.jpg", "car.jpg"],
|
| 60 |
-
inputs=image_input,
|
| 61 |
-
label="Click an example to start"
|
| 62 |
-
)
|
| 63 |
-
|
| 64 |
with gr.Row():
|
| 65 |
clear_btn = gr.ClearButton(
|
| 66 |
value="Clear",
|
|
|
|
| 55 |
height=400
|
| 56 |
)
|
| 57 |
|
| 58 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
with gr.Row():
|
| 60 |
clear_btn = gr.ClearButton(
|
| 61 |
value="Clear",
|