lsquaremaster commited on
Commit
030a3af
1 Parent(s): e5315e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +19,7 @@ def style_transfer(content_img, style_img):
19
  title = "Neural Style Transfer"
20
  description = "Transform your photos into stunning works of art with our Neural Style Transfer app. Simply upload your content image and style image, and watch as the AI-powered model applies the artistic style of your choice to your photos. Unleash your creativity and turn ordinary images into extraordinary masterpieces!"
21
 
22
- # Define labels for the input images
23
- # input_labels = ["Content/Base Image", "Style Image"]
24
  inputs = [
25
  gr.Image(label="Content/Base Image"),
26
  gr.Image(label="Style Image")
 
19
  title = "Neural Style Transfer"
20
  description = "Transform your photos into stunning works of art with our Neural Style Transfer app. Simply upload your content image and style image, and watch as the AI-powered model applies the artistic style of your choice to your photos. Unleash your creativity and turn ordinary images into extraordinary masterpieces!"
21
 
22
+ # Define Inputs with labels
 
23
  inputs = [
24
  gr.Image(label="Content/Base Image"),
25
  gr.Image(label="Style Image")