Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -5,7 +5,7 @@ st.write('Using submodule https://github.com/Fraser-Greenlee/t5-vae-flax')
|
|
5 |
import os
|
6 |
st.write(os.listdir('.'))
|
7 |
|
8 |
-
st.write('☝️
|
9 |
|
10 |
x = st.slider('Select a value')
|
11 |
st.write(x, 'squared is', x * x)
|
|
|
5 |
import os
|
6 |
st.write(os.listdir('.'))
|
7 |
|
8 |
+
st.write('☝️ actually does have folder `t5-vae-flax`')
|
9 |
|
10 |
x = st.slider('Select a value')
|
11 |
st.write(x, 'squared is', x * x)
|