Ruiy's picture
gradio
652c713
raw
history blame contribute delete
143 Bytes
import styles from './index.module.less';
const Loading = () => {
return <div className={styles.loading99} />;
};
export default Loading;