cafierom commited on
Commit
0c95744
·
verified ·
1 Parent(s): 47ed031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], aalue = "Clear")
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