Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,6 @@ with gr.Blocks() as demo:
|
|
| 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 |
""")
|
| 106 |
|
|
|
|
| 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 |
</div>
|
| 104 |
""")
|
| 105 |
|