PierreBrunelle commited on
Commit
263b341
·
verified ·
1 Parent(s): c5dd6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def create_interface():
257
  gr.Markdown(
258
  """
259
  <div style="text-align: left; margin-bottom: 2rem;">
260
- <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/source/data/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 1rem;" />
261
  <h1>🎥 AI Video Analyzer: Custom GPT-4 Analysis & TTS Narration</h1>
262
  <p>Convert videos into rich narratives with 5 analysis styles - from Christopher Nolan-style cinematic breakdowns to David Attenborough documentary narrations.</p>
263
  </div>
 
257
  gr.Markdown(
258
  """
259
  <div style="text-align: left; margin-bottom: 2rem;">
260
+ <img src="https://raw.githubusercontent.com/pixeltable/pixeltable/main/docs/resources/pixeltable-logo-large.png" alt="Pixeltable" style="max-width: 200px; margin-bottom: 1rem;" />
261
  <h1>🎥 AI Video Analyzer: Custom GPT-4 Analysis & TTS Narration</h1>
262
  <p>Convert videos into rich narratives with 5 analysis styles - from Christopher Nolan-style cinematic breakdowns to David Attenborough documentary narrations.</p>
263
  </div>