Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
""")
|