frogleo commited on
Commit
f30cd13
·
verified ·
1 Parent(s): 85d98b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(css=css) as demo:
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():