Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,11 +84,10 @@ example_images = [
|
|
| 84 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 85 |
gr.Markdown(
|
| 86 |
"""
|
| 87 |
-
#
|
| 88 |
|
| 89 |
Upload two images and describe how you want them combined or edited together.
|
| 90 |
|
| 91 |
-
[Built with anycoder](https://huggingface.co/spaces/akhaliq/anycoder)
|
| 92 |
"""
|
| 93 |
)
|
| 94 |
|
|
|
|
| 84 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 85 |
gr.Markdown(
|
| 86 |
"""
|
| 87 |
+
# Image Edit
|
| 88 |
|
| 89 |
Upload two images and describe how you want them combined or edited together.
|
| 90 |
|
|
|
|
| 91 |
"""
|
| 92 |
)
|
| 93 |
|