Spaces:
Sleeping
Sleeping
rynmurdock
commited on
Commit
•
d8419d7
1
Parent(s):
c173485
Update app.py
Browse files
app.py
CHANGED
@@ -409,7 +409,6 @@ Explore the latent space without text prompts based on your preferences. Learn m
|
|
409 |
'./fourth.mp4',
|
410 |
'./fifth.mp4',
|
411 |
'./sixth.mp4',
|
412 |
-
'./seventh.mp4',
|
413 |
])
|
414 |
def l():
|
415 |
return None
|
@@ -477,7 +476,6 @@ for im in [
|
|
477 |
'./fourth.mp4',
|
478 |
'./fifth.mp4',
|
479 |
'./sixth.mp4',
|
480 |
-
'./seventh.mp4',
|
481 |
]:
|
482 |
tmp_df = pd.DataFrame(columns=['paths', 'embeddings', 'ips', 'user:rating'])
|
483 |
tmp_df['paths'] = [im]
|
|
|
409 |
'./fourth.mp4',
|
410 |
'./fifth.mp4',
|
411 |
'./sixth.mp4',
|
|
|
412 |
])
|
413 |
def l():
|
414 |
return None
|
|
|
476 |
'./fourth.mp4',
|
477 |
'./fifth.mp4',
|
478 |
'./sixth.mp4',
|
|
|
479 |
]:
|
480 |
tmp_df = pd.DataFrame(columns=['paths', 'embeddings', 'ips', 'user:rating'])
|
481 |
tmp_df['paths'] = [im]
|