update frontend
Browse files
starvector/serve/vllm_api_gradio/gradio_web_server.py
CHANGED
@@ -300,7 +300,7 @@ title_markdown = ("""
|
|
300 |
</div>
|
301 |
""")
|
302 |
|
303 |
-
sub_title_markdown = ("""**How does it work?** Select
|
304 |
**Limitations**: The current model works on vector-like images like icons and or vector-like designs. Images with low resolution may not be vectorized well.""")
|
305 |
tos_markdown = ("""
|
306 |
### Terms of use
|
|
|
300 |
</div>
|
301 |
""")
|
302 |
|
303 |
+
sub_title_markdown = ("""**How does it work?** Select an image and vectorize it.
|
304 |
**Limitations**: The current model works on vector-like images like icons and or vector-like designs. Images with low resolution may not be vectorized well.""")
|
305 |
tos_markdown = ("""
|
306 |
### Terms of use
|