arxivgpt kim commited on
Commit
934f3a0
1 Parent(s): 606152f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -16
app.py CHANGED
@@ -287,23 +287,9 @@ def retry(chosen_model, caption):
287
 
288
  return music_o
289
 
290
- demo_title = "Image to Music V2"
291
- description = "Get music from a picture, compare text-to-music models"
292
-
293
  css = """
294
- #col-container {
295
- margin: 0 auto;
296
- max-width: 980px;
297
- text-align: left;
298
- }
299
- #inspi-prompt textarea {
300
- font-size: 20px;
301
- line-height: 24px;
302
- font-weight: 600;
303
- }
304
- /* fix examples gallery width on mobile */
305
- div#component-11 > .gallery > .gallery-item > .container > img {
306
- width: auto!important;
307
  }
308
  """
309
 
 
287
 
288
  return music_o
289
 
 
 
 
290
  css = """
291
+ footer {
292
+ visibility: hidden;
 
 
 
 
 
 
 
 
 
 
 
293
  }
294
  """
295