Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ with gr.Blocks() as imgsmiles:
|
|
| 92 |
img_out = gr.Image(label="New Image")
|
| 93 |
|
| 94 |
submit_button = gr.Button("Submit")
|
| 95 |
-
clear_button = gr.ClearButton([inputs, text_out, img_out],
|
| 96 |
|
| 97 |
submit_button.click(make_smiles, [inputs], [text_out, img_out])
|
| 98 |
|
|
|
|
| 92 |
img_out = gr.Image(label="New Image")
|
| 93 |
|
| 94 |
submit_button = gr.Button("Submit")
|
| 95 |
+
clear_button = gr.ClearButton([inputs, text_out, img_out], value = "Clear")
|
| 96 |
|
| 97 |
submit_button.click(make_smiles, [inputs], [text_out, img_out])
|
| 98 |
|