Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def infer_example(input_image, prompt):
|
|
| 98 |
title = "# Image to Image AI Editor"
|
| 99 |
description = "Your Image-to-Image AI editor. Just describe changes (‘brighter, remove object, cartoon style’) and let the AI handle the rest—no Photoshop skills needed. Try the stable version at [Image to Image AI Generator](https://www.image2image.ai)."
|
| 100 |
|
| 101 |
-
with gr.Blocks(
|
| 102 |
gr.Markdown(title)
|
| 103 |
gr.Markdown(description)
|
| 104 |
with gr.Column():
|
|
|
|
| 98 |
title = "# Image to Image AI Editor"
|
| 99 |
description = "Your Image-to-Image AI editor. Just describe changes (‘brighter, remove object, cartoon style’) and let the AI handle the rest—no Photoshop skills needed. Try the stable version at [Image to Image AI Generator](https://www.image2image.ai)."
|
| 100 |
|
| 101 |
+
with gr.Blocks() as demo:
|
| 102 |
gr.Markdown(title)
|
| 103 |
gr.Markdown(description)
|
| 104 |
with gr.Column():
|