Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,9 +179,9 @@ def main():
|
|
| 179 |
# ###### Step 3. Generate and enjoy
|
| 180 |
# ''')
|
| 181 |
st.info("Step 1a. Draw your image with canvas"
|
| 182 |
-
"\n Step 1b. You also can upload image directly by select Upload in side bar"
|
| 183 |
-
"\n Step 2. Input prompt to instruct model (You can also change some config with advanced option if need)"
|
| 184 |
-
"\n Step 3. Generate and enjoy")
|
| 185 |
|
| 186 |
with st.form(key='canvas_generate_form'):
|
| 187 |
|
|
|
|
| 179 |
# ###### Step 3. Generate and enjoy
|
| 180 |
# ''')
|
| 181 |
st.info("Step 1a. Draw your image with canvas"
|
| 182 |
+
" \n Step 1b. You also can upload image directly by select Upload in side bar"
|
| 183 |
+
" \n Step 2. Input prompt to instruct model (You can also change some config with advanced option if need)"
|
| 184 |
+
" \n Step 3. Generate and enjoy")
|
| 185 |
|
| 186 |
with st.form(key='canvas_generate_form'):
|
| 187 |
|