discus0434 commited on
Commit
d8b0f0c
1 Parent(s): e023f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,6 +46,8 @@ if __name__ == "__main__":
46
  The aesthetic score is a floating-point number between 1 and 10.
47
 
48
  5.5+ is considered to be a good aesthetic score.
 
 
49
  """
50
  )
51
  )
 
46
  The aesthetic score is a floating-point number between 1 and 10.
47
 
48
  5.5+ is considered to be a good aesthetic score.
49
+
50
+ You can get the model from [Github](https://github.com/discus0434/aesthetic-predictor-v2-5?tab=readme-ov-file).
51
  """
52
  )
53
  )