Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tristan
/
dadc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tristan Thrush
commited on
Jul 16, 2022
Commit
a4b2b7a
·
1 Parent(s):
029862d
bugfix with pushing to dataset
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -120,6 +120,7 @@ with demo:
120
};
121
document.body.appendChild(form);
122
form.submit();
123
}
124
"""
125
120
};
121
document.body.appendChild(form);
122
form.submit();
123
+
return [state];
124
}
125
"""
126