mjbuehler commited on
Commit
d76c902
1 Parent(s): 7248650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -436,8 +436,8 @@ with gr.Blocks(title="PDF to Audio", css="""
436
  margin: 0;
437
  }
438
  #logo_container {
439
- width: 200px;
440
- height: 200px;
441
  display: flex;
442
  justify-content: center;
443
  align-items: center;
@@ -458,7 +458,7 @@ with gr.Blocks(title="PDF to Audio", css="""
458
  with gr.Column(scale=1):
459
  gr.HTML('''
460
  <div id="logo_container">
461
- <img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/blob/main/logo.png" id="logo_image" alt="Logo">
462
  </div>
463
  ''')
464
  gr.Markdown("First, upload one or more PDFs, select options, then push Generate Audio.\nYou can also select a variety of custom option and direct the way the result is generated.")
 
436
  margin: 0;
437
  }
438
  #logo_container {
439
+ width: 150px;
440
+ height: 150px;
441
  display: flex;
442
  justify-content: center;
443
  align-items: center;
 
458
  with gr.Column(scale=1):
459
  gr.HTML('''
460
  <div id="logo_container">
461
+ <img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/resolve/main/logo.png" id="logo_image" alt="Logo">
462
  </div>
463
  ''')
464
  gr.Markdown("First, upload one or more PDFs, select options, then push Generate Audio.\nYou can also select a variety of custom option and direct the way the result is generated.")