Spaces:
Runtime error
Runtime error
Jinglong Xiong
commited on
Commit
·
fca89aa
1
Parent(s):
08e5150
change port
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ colorFrom: blue
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 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,6 +176,3 @@ This project utilizes several key technologies:
|
|
| 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
|
|
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 8501
|
| 9 |
---
|
| 10 |
|
|
|
|
| 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
|
|
|
|
|
|
|
|
|