breynolds1247 commited on
Commit
a1377cd
1 Parent(s): 552ab75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -94,10 +94,4 @@ Fast style transfer using the Magenta model lets you make your own art in the st
94
  article = "This app uses [Arbitrary Style Transfer with Magenta](https://arxiv.org/abs/1705.06830)."
95
  )
96
 
97
- app.launch()
98
-
99
- """
100
- <p float="center">
101
- <img src="https://cdn.britannica.com/78/43678-050-F4DC8D93/Starry-Night-canvas-Vincent-van-Gogh-New-1889.jpg" width="19%" /> <img src="https://upload.wikimedia.org/wikipedia/commons/a/af/Claude_Monet_-_Water_Lilies_-_Google_Art_Project_%28462013%29.jpg" width="19%" /> <img src="https://upload.wikimedia.org/wikipedia/commons/f/f2/Leonardo_da_Vinci_-_Mona_Lisa_%28La_Gioconda%29_-_WGA12711.jpg" width="19%" /> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/The_Nightwatch_by_Rembrandt_-_Rijksmuseum.jpg/1259px-The_Nightwatch_by_Rembrandt_-_Rijksmuseum.jpg" width="19%" /> <img src="https://upload.wikimedia.org/wikipedia/en/1/14/Picasso_The_Weeping_Woman_Tate_identifier_T05010_10.jpg" width="19%" /> <img src="https://upload.wikimedia.org/wikipedia/en/d/dd/The_Persistence_of_Memory.jpg" width="19%" />
102
- </p>
103
- """
 
94
  article = "This app uses [Arbitrary Style Transfer with Magenta](https://arxiv.org/abs/1705.06830)."
95
  )
96
 
97
+ app.launch()