breynolds1247 commited on
Commit
e77f311
1 Parent(s): 382e423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,11 +72,11 @@ app = gr.Interface(
72
  gr.Image(type='pil'),
73
  title="Artist Style Transfer Tool",
74
  description="""
75
- Fast style transfer using the Magenta model lets you make your own art in the style of six famous artists using a pretrained neural network and deep learning! Simply upload an image and select an artist's style to have transferred to your picture. Each artist's styles are based on a single one of their most famous paintings: Starry Night (van Gogh), Water Lilies (Monet), Mona Lisa (da Vinci), The Night Watch (Rembrandt), The Weeping Woman (Picasso), and The Persistence of Memory (Dali). Note that some input images may be rotated 90 degrees in the output to facilitate the style transfer.
76
-
77
  <table>
78
  <tr>
79
- <td>van Gogh</td>
 
80
  <td>Monet</td>
81
  <td>da Vinci</td>
82
  <td>Rembrandt</td>
 
72
  gr.Image(type='pil'),
73
  title="Artist Style Transfer Tool",
74
  description="""
75
+ Fast style transfer using the Magenta model lets you make your own art in the style of six famous artists using a pretrained neural network and deep learning! Simply upload an image and select an artist's style to have transferred to your picture. Each artist's styles are based on a single one of their most famous paintings: Starry Night (van Gogh), Water Lilies (Monet), Mona Lisa (da Vinci), The Night Watch (Rembrandt), The Weeping Woman (Picasso), and The Persistence of Memory (Dali). Note that some input images may be rotated 90 degrees in the output to facilitate the style transfer.
 
76
  <table>
77
  <tr>
78
+ td {text-align: center}
79
+ <td>van Gogh</td>
80
  <td>Monet</td>
81
  <td>da Vinci</td>
82
  <td>Rembrandt</td>