mjbuehler commited on
Commit
fb0a767
1 Parent(s): 890916f

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="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="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.")