Spaces:
Running
on
Zero
Running
on
Zero
Commit
β’
5d7ee37
1
Parent(s):
93428fb
This PR adds a description & tags (#3)
Browse files- This PR adds a description & tags (88dbaac071e6226676ca22e289727cea5c51cc66)
Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,9 +4,15 @@ emoji: π
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.37.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- Text-to-Image
|
12 |
+
- Text-2-Image
|
13 |
+
- language models
|
14 |
+
- LLMs
|
15 |
+
short_description: Text-to-Image
|
16 |
---
|
17 |
|
18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|