Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
datase_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Seetha
commited on
Sep 29, 2023
Commit
ae02ad4
·
1 Parent(s):
4058687
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ ds = DatasetDict()
36
ds['train'] = tds
37
38
st.write(ds)
39
-
ds.push_to_hub('Seetha/visual_cs')
36
ds['train'] = tds
37
38
st.write(ds)
39
+
ds.push_to_hub('Seetha/visual_cs'
,token= HF_TOKEN
)