Spaces:
Runtime error
Runtime error
modify tips
Browse files
app.py
CHANGED
|
@@ -143,8 +143,7 @@ with gr.Blocks() as demo:
|
|
| 143 |
gr.Markdown("""
|
| 144 |
### Tips:
|
| 145 |
- Images with human subjects tend to perform better than other categories.
|
| 146 |
-
-
|
| 147 |
-
- Including multiple subjects of the same category may cause blending issues.
|
| 148 |
""")
|
| 149 |
# When the button is clicked, pass all inputs to generate_image
|
| 150 |
generate_btn.click(
|
|
|
|
| 143 |
gr.Markdown("""
|
| 144 |
### Tips:
|
| 145 |
- Images with human subjects tend to perform better than other categories.
|
| 146 |
+
- Realistic character performs better than anime or superreaslistic ones.
|
|
|
|
| 147 |
""")
|
| 148 |
# When the button is clicked, pass all inputs to generate_image
|
| 149 |
generate_btn.click(
|