Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
import React from 'react'
const List = () => {
return (
<div style={{color: 'white', paddingTop: '95px', textAlign: 'center'}}>Coming soon</div>
)
}
export default List