vineet124jig commited on
Commit
3da91fd
·
verified ·
1 Parent(s): 81f854b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -99,8 +99,7 @@ with gr.Blocks() as demo:
99
  gr.Markdown("""
100
  <div style='text-align: center; margin-bottom: 24px;'>
101
  <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>Vector Embedding Generator</h1>
102
- <p style='font-size:1.2em; margin-top: 0;'>Generate vector embeddings from various content types including text, images, audio, and PDF files.</p>
103
- <p style='font-size:1em; margin-top: 0.5em;'>Supported types: text, text-other, image, audio, pdf</p>
104
  <p style='font-size:0.9em; margin-top: 0.5em; color: #666;'>Rate limit: {MAX_REQUESTS} requests per {TIME_WINDOW} seconds per IP</p>
105
  </div>
106
  """)
 
99
  gr.Markdown("""
100
  <div style='text-align: center; margin-bottom: 24px;'>
101
  <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>Vector Embedding Generator</h1>
102
+ <p style='font-size:1.2em; margin-top: 0;'>Generate vector embeddings from various content types.</p>
 
103
  <p style='font-size:0.9em; margin-top: 0.5em; color: #666;'>Rate limit: {MAX_REQUESTS} requests per {TIME_WINDOW} seconds per IP</p>
104
  </div>
105
  """)