Spaces:
Sleeping
Sleeping
Commit
·
808ed62
1
Parent(s):
4259255
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ def nan():
|
|
| 25 |
return None
|
| 26 |
|
| 27 |
FORMAT = ['mp4', 'gif'][1]
|
|
|
|
| 28 |
|
| 29 |
def get_huggingface_dataset():
|
| 30 |
try:
|
|
|
|
| 25 |
return None
|
| 26 |
|
| 27 |
FORMAT = ['mp4', 'gif'][1]
|
| 28 |
+
VIDEO_PATH = 'robotinder-data'
|
| 29 |
|
| 30 |
def get_huggingface_dataset():
|
| 31 |
try:
|