Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.write('Using submodule https://github.com/Fraser-Greenlee/t5-vae-flax') | |
import os | |
st.write(os.listdir('.')) | |
st.write('☝️ actually does have folder `t5-vae-flax`') | |
x = st.slider('Select a value') | |
st.write(x, 'squared is', x * x) | |