BestWishYsh commited on
Commit
32b8066
·
verified ·
1 Parent(s): 16612e7

Update constants.py

Browse files
Files changed (1) hide show
  1. 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↑"]