gbach1lg commited on
Commit
e97c45b
1 Parent(s): 107c9d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -0
app.py CHANGED
@@ -58,6 +58,25 @@ Keep in mind that for compatibility reasons your photo is cropped before the neu
58
  <td><img src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" class="image_responsive" width=300px height=300px></td>
59
  </tr>
60
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  """
62
  iface = gr.Interface(
63
  predict_gradio,
 
58
  <td><img src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" class="image_responsive" width=300px height=300px></td>
59
  </tr>
60
  </table>
61
+
62
+ <style type="text/css">
63
+ .lampion
64
+ {
65
+ float:left;
66
+ margin:0 10px; /* 10px a droite et a gauche de l image */
67
+ padding:0;
68
+ width: 130px;
69
+ height: 120px;
70
+ }
71
+ </style>
72
+ <p>
73
+ <div id="lampions">
74
+ <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />
75
+ <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />
76
+ <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />
77
+ <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />
78
+ </div>
79
+ </p>
80
  """
81
  iface = gr.Interface(
82
  predict_gradio,