Masrkai commited on
Commit
e8a5e4d
β€’
1 Parent(s): 313e797

Rename Main.py to app.py

Browse files
Files changed (1) hide show
  1. 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")