Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def get_user_result_video_list(uuid, date_string, num):
|
|
121 |
return valid_video_list, valid_image_list
|
122 |
|
123 |
def refresh_video(uuid, request_id):
|
124 |
-
print(f'profile_name
|
125 |
notes, process_status = myHumanGen.get_ranking_location(uuid)
|
126 |
if is_wanx_platform:
|
127 |
uuid = 'wanx_lab'
|
|
|
121 |
return valid_video_list, valid_image_list
|
122 |
|
123 |
def refresh_video(uuid, request_id):
|
124 |
+
print(f'profile_name====={profile_name}')
|
125 |
notes, process_status = myHumanGen.get_ranking_location(uuid)
|
126 |
if is_wanx_platform:
|
127 |
uuid = 'wanx_lab'
|