Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -51,14 +51,8 @@ def load_vid(channel):
|
|
51 |
pass
|
52 |
except Exception:
|
53 |
pass
|
54 |
-
|
55 |
-
#print([info.path for info in list_files_info(f'{space.id}', repo_type="dataset")])
|
56 |
-
#print(space.id)
|
57 |
except Exception as e:
|
58 |
print(e)
|
59 |
-
#s_info=api.space_info(f'{name}/{space}',files_metadata=True)
|
60 |
-
#print(s_info)
|
61 |
-
print(spaces)
|
62 |
return(out_html)
|
63 |
with gr.Blocks() as app:
|
64 |
author = gr.Dropdown()
|
|
|
51 |
pass
|
52 |
except Exception:
|
53 |
pass
|
|
|
|
|
|
|
54 |
except Exception as e:
|
55 |
print(e)
|
|
|
|
|
|
|
56 |
return(out_html)
|
57 |
with gr.Blocks() as app:
|
58 |
author = gr.Dropdown()
|