Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
inputs=img_input,
|
75 |
outputs=img_output,
|
76 |
fn=section,
|
|
|
77 |
cache_examples=True,
|
78 |
)
|
79 |
|
|
|
74 |
inputs=img_input,
|
75 |
outputs=img_output,
|
76 |
fn=section,
|
77 |
+
label="Exemple de pantalon (cliquer)",
|
78 |
cache_examples=True,
|
79 |
)
|
80 |
|