Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tachibanaa710/oneview
tachibanaa710
/
lensfastapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Akane710
commited on
Oct 15, 2024
Commit
f387246
·
verified
·
1 Parent(s):
0173a8d
Update update.py
Browse files
Files changed (1)
hide
show
update.py
+1
-3
update.py
CHANGED
Viewed
@@ -3,6 +3,4 @@ import asyncio
3
4
async def card():
5
tools = enkatools.Tools()
6
-
result =
await
enkatools
.update_assets()
7
-
8
-
print(result)
3
4
async def card():
5
tools = enkatools.Tools()
6
+
await
tools
.update_assets()