Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|