Spaces:
Runtime error
Runtime error
SusiePHaltmann
commited on
Commit
•
9b2528b
1
Parent(s):
22edb1a
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,7 @@ def main():
|
|
6 |
st.title("Haltmann Diffusion Algorithm")
|
7 |
|
8 |
slider = st.slider("Slider", 0, 255, 128) # default value=128, min=0, max=255
|
9 |
-
|
10 |
-
st.title('Dalle PLFT BETA App 0.1a X')
|
11 |
|
12 |
# Get user input via a text box - this will be the URL of the image to edit.
|
13 |
url = st.text_input("Enter URL of image to edit")
|
|
|
6 |
st.title("Haltmann Diffusion Algorithm")
|
7 |
|
8 |
slider = st.slider("Slider", 0, 255, 128) # default value=128, min=0, max=255
|
9 |
+
st("DALL PLFT 1.0X BETA 5.31.22 BUILD #0A")
|
|
|
10 |
|
11 |
# Get user input via a text box - this will be the URL of the image to edit.
|
12 |
url = st.text_input("Enter URL of image to edit")
|