damilojohn commited on
Commit
b1deadc
1 Parent(s): bc7eb58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -95,23 +95,23 @@ def create_frontend():
95
  visible=True)
96
  with gr.Column():
97
  with gr.Row():
98
- tile1 = gr.Image(value="/content/songs_cover.jpg",
99
  show_label=False, visible=True)
100
- tile2 = gr.Image(value="/content/songs_cover.jpg",
101
  show_label=False, visible=True)
102
- tile3 = gr.Image(value="/content/songs_cover.jpg",
103
  show_label=False, visible=True)
104
  with gr.Row():
105
- tile4 = gr.Image(value="/content/songs_cover.jpg",
106
  show_label=False, visible=True)
107
- tile5 = gr.Image(value="/content/songs_cover.jpg",
108
  show_label=False, visible=True)
109
- tile6 = gr.Image(value="/content/songs_cover.jpg",
110
  show_label=False, visible=True)
111
  with gr.Row():
112
- tile7 = gr.Image(value="/content/songs_cover.jpg",
113
  show_label=False, visible=True)
114
- tile8 = gr.Image(value='/content/songs_cover.jpg',
115
  show_label=False, visible=True)
116
 
117
  tiles = [tile1, tile2, tile3, tile4, tile5, tile6, tile7, tile8]
 
95
  visible=True)
96
  with gr.Column():
97
  with gr.Row():
98
+ tile1 = gr.Image(value="songs_cover.jpg",
99
  show_label=False, visible=True)
100
+ tile2 = gr.Image(value="songs_cover.jpg",
101
  show_label=False, visible=True)
102
+ tile3 = gr.Image(value="songs_cover.jpg",
103
  show_label=False, visible=True)
104
  with gr.Row():
105
+ tile4 = gr.Image(value="songs_cover.jpg",
106
  show_label=False, visible=True)
107
+ tile5 = gr.Image(value="songs_cover.jpg",
108
  show_label=False, visible=True)
109
+ tile6 = gr.Image(value="songs_cover.jpg",
110
  show_label=False, visible=True)
111
  with gr.Row():
112
+ tile7 = gr.Image(value="songs_cover.jpg",
113
  show_label=False, visible=True)
114
+ tile8 = gr.Image(value='songs_cover.jpg',
115
  show_label=False, visible=True)
116
 
117
  tiles = [tile1, tile2, tile3, tile4, tile5, tile6, tile7, tile8]