Spaces:
Paused
Paused
docker space
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
|
|
| 10 |
# Drawing with LLM 🎨
|
| 11 |
|
| 12 |
A Streamlit application that converts text descriptions into SVG graphics using multiple AI models.
|
|
@@ -175,3 +176,6 @@ This project utilizes several key technologies:
|
|
| 175 |
- [vtracer](https://github.com/visioncortex/vtracer) for raster-to-vector conversion
|
| 176 |
- [Phi-4](https://huggingface.co/microsoft/phi-4) for text-to-SVG generation
|
| 177 |
- [Streamlit](https://streamlit.io/) for the web interface
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<<<<<<< HEAD
|
| 11 |
# Drawing with LLM 🎨
|
| 12 |
|
| 13 |
A Streamlit application that converts text descriptions into SVG graphics using multiple AI models.
|
|
|
|
| 176 |
- [vtracer](https://github.com/visioncortex/vtracer) for raster-to-vector conversion
|
| 177 |
- [Phi-4](https://huggingface.co/microsoft/phi-4) for text-to-SVG generation
|
| 178 |
- [Streamlit](https://streamlit.io/) for the web interface
|
| 179 |
+
=======
|
| 180 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 181 |
+
>>>>>>> 76729c0cee83a3986885fb982c8528eb11666452
|