Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -0
constants.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
MODEL_INFO = ["Model", "Venue"]
|
2 |
|
3 |
ALL_RESULTS = ["TotalScore↑","Aesthetics↑", "Motion↑", "FaceSim↑", "GmeScore↑", "NexusScore↑", "NaturalScore↑"]
|
|
|
1 |
+
import base64
|
2 |
+
import requests
|
3 |
+
|
4 |
MODEL_INFO = ["Model", "Venue"]
|
5 |
|
6 |
ALL_RESULTS = ["TotalScore↑","Aesthetics↑", "Motion↑", "FaceSim↑", "GmeScore↑", "NexusScore↑", "NaturalScore↑"]
|