Rename Main.py to app.py
Browse files- Main.py β app.py +1 -7
Main.py β app.py
RENAMED
@@ -16,10 +16,4 @@ images = pipe(
|
|
16 |
size=256,
|
17 |
).images
|
18 |
|
19 |
-
gif_path = export_to_gif(images, "shark_3d.gif")
|
20 |
-
|
21 |
-
|
22 |
-
import streamlit as st
|
23 |
-
|
24 |
-
x = st.slider('Select a value')
|
25 |
-
st.write(x, 'squared is', x * x)
|
|
|
16 |
size=256,
|
17 |
).images
|
18 |
|
19 |
+
gif_path = export_to_gif(images, "shark_3d.gif")
|
|
|
|
|
|
|
|
|
|
|
|