Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ apply_hed = HEDdetector()
|
|
104 |
|
105 |
def main():
|
106 |
lottie_penguin = load_lottieurl('https://assets5.lottiefiles.com/datafiles/B8q1AyJ5t1wb5S8a2ggTqYNxS1WiKN9mjS76TBpw/articulation/articulation.json')
|
107 |
-
st.header("Generate image with
|
108 |
with st.sidebar:
|
109 |
st_lottie(lottie_penguin, height=200)
|
110 |
choose = option_menu("Generate image", ["Canvas", "Upload"],
|
|
|
104 |
|
105 |
def main():
|
106 |
lottie_penguin = load_lottieurl('https://assets5.lottiefiles.com/datafiles/B8q1AyJ5t1wb5S8a2ggTqYNxS1WiKN9mjS76TBpw/articulation/articulation.json')
|
107 |
+
st.header("Generate image with ControlNet")
|
108 |
with st.sidebar:
|
109 |
st_lottie(lottie_penguin, height=200)
|
110 |
choose = option_menu("Generate image", ["Canvas", "Upload"],
|