tomaseo2022 commited on
Commit
303b9c6
1 Parent(s): 25273e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  css=".footer{display:none !important}",
25
  )
26
 
27
- iface.launch(buttons=[clear_button, convert_button])
28
 
29
 
30
 
 
24
  css=".footer{display:none !important}",
25
  )
26
 
27
+ iface.launch
28
 
29
 
30