nabarun commited on
Commit
e0796f4
1 Parent(s): c49733b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def inference(raw_image, model_n , input_tag):
52
  input_tag_list = None
53
  else:
54
  input_tag_list = []
55
- input_tag_list.append(input_tag.replace(',',' | '))
56
  with torch.no_grad():
57
 
58
 
 
52
  input_tag_list = None
53
  else:
54
  input_tag_list = []
55
+ input_tag_list.append(input_tag.replace(',',' #'))
56
  with torch.no_grad():
57
 
58