Spaces:
Runtime error
Runtime error
Upgrade Gradio to version 4.26.0
#3
by
freddyaboulton
HF staff
- opened
- README.md +3 -2
- pre-requirements.txt +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,11 +4,12 @@ emoji: ⚡️⚡️⚡️⚡️
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
disable_embedding: true
|
11 |
header: mini
|
|
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.26.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
disable_embedding: true
|
11 |
header: mini
|
12 |
+
short_description: Real-Time Image Generation with SDXL Lightning
|
13 |
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip==24.0
|
requirements.txt
CHANGED
@@ -16,4 +16,4 @@ safetensors
|
|
16 |
compel
|
17 |
stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.2/stable_fast-1.0.2+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
18 |
spaces
|
19 |
-
gradio_promptweighting @
|
|
|
16 |
compel
|
17 |
stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.2/stable_fast-1.0.2+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
|
18 |
spaces
|
19 |
+
gradio_promptweighting @ https://huggingface.co/spaces/radames/Real-Time-Text-to-Image-SDXL-Lightning/resolve/main/gradio_promptweighting-0.0.1-py3-none-any.whl?download=true
|