fffiloni commited on
Commit
e8761df
β€’
1 Parent(s): 57f610b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ ph_message="If you're not happy with sound result, you can manually describe the
12
 
13
  def input_changes(input_img):
14
  if input_img == None:
15
- input_clear()
16
  else:
17
  cap = caption(input_img, fn_index=0)
18
  print("gpt2 caption: '" + cap + "' β€’ ")
 
12
 
13
  def input_changes(input_img):
14
  if input_img == None:
15
+ pass
16
  else:
17
  cap = caption(input_img, fn_index=0)
18
  print("gpt2 caption: '" + cap + "' β€’ ")