Guru commited on
Commit
6e2c569
·
1 Parent(s): e5b57cc

: Init project

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import torchvision.transforms.functional as TVF
11
  MODEL_REPO = "fancyfeast/joytag"
12
  THRESHOLD = 0.4
13
  DESCRIPTION = """
14
- Demo for the JoyTag model: https://huggingface.co/fancyfeast/joytag
15
  """
16
 
17
 
 
11
  MODEL_REPO = "fancyfeast/joytag"
12
  THRESHOLD = 0.4
13
  DESCRIPTION = """
14
+ Demo for the automatic image tagging
15
  """
16
 
17