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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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="file/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.")
 
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.")