Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
license: mit
|
10 |
pinned: false
|
11 |
suggested_hardware: a10g-small
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
license: mit
|
10 |
pinned: false
|
11 |
suggested_hardware: a10g-small
|
12 |
+
short_description: text-to-image
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -3,6 +3,6 @@ diffusers==0.26.3
|
|
3 |
gradio==4.19.2
|
4 |
invisible-watermark==0.2.0
|
5 |
Pillow==10.2.0
|
6 |
-
spaces==0.
|
7 |
torch==2.0.0
|
8 |
transformers==4.38.1
|
|
|
3 |
gradio==4.19.2
|
4 |
invisible-watermark==0.2.0
|
5 |
Pillow==10.2.0
|
6 |
+
spaces==0.24.0
|
7 |
torch==2.0.0
|
8 |
transformers==4.38.1
|