Update app.py
Browse files
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 |
)
|