Aditya757864 commited on
Commit
91671ee
·
1 Parent(s): 1b1e7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,8 +52,7 @@ app_interface = gr.Interface(
52
  title="Art Generation with Neural Style Transfer",
53
  description=text,
54
  theme = gr.themes.Default(),
55
- allow_duplication = True,
56
- examples=[
57
  ['content1.jpg','image1.jpg'],
58
  [None,'image2.jpg'],
59
  [None,'image4.jpg'],
 
52
  title="Art Generation with Neural Style Transfer",
53
  description=text,
54
  theme = gr.themes.Default(),
55
+ examples=[
 
56
  ['content1.jpg','image1.jpg'],
57
  [None,'image2.jpg'],
58
  [None,'image4.jpg'],