gbach1lg commited on
Commit
4740518
1 Parent(s): 545f68c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -58,18 +58,6 @@ 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></td>
59
  </tr>
60
  </table>
61
-
62
- <style>
63
- .conteneur{
64
- width=100%
65
- }
66
- <\style>
67
-
68
- <div class="conteneur">
69
- <img class="image_responsive" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" width=50%>
70
- <img class="image_responsive" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" width=50%>
71
- </div>
72
-
73
  """
74
  iface = gr.Interface(
75
  predict_gradio,
 
58
  <td><img src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" class="image_responsive" width=300px></td>
59
  </tr>
60
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
61
  """
62
  iface = gr.Interface(
63
  predict_gradio,