Spaces:
Runtime error
Runtime error
Upload 2 files
Browse filesThis should work.
- README.md +12 -12
- requirements.txt +11 -11
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
---
|
2 |
-
title: AkashicPulse
|
3 |
-
emoji: 💢
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: other
|
11 |
-
---
|
12 |
-
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: AkashicPulse
|
3 |
+
emoji: 💢
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.14.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: other
|
11 |
+
---
|
12 |
+
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
diffusers>=0.26.3
|
3 |
-
transformers==4.38.1
|
4 |
-
accelerate==0.27.2
|
5 |
-
safetensors>=0.3.1
|
6 |
-
gradio
|
7 |
-
tqdm==4.66.4
|
8 |
-
invisible-watermark==0.2.0
|
9 |
-
Pillow==10.2.0
|
10 |
-
spaces
|
11 |
-
omegaconf==2.3.0
|
12 |
timm==0.9.10
|
|
|
1 |
+
torch>=2.0.1
|
2 |
+
diffusers>=0.26.3
|
3 |
+
transformers==4.38.1
|
4 |
+
accelerate==0.27.2
|
5 |
+
safetensors>=0.3.1
|
6 |
+
gradio>=4.20.0
|
7 |
+
tqdm==4.66.4
|
8 |
+
invisible-watermark==0.2.0
|
9 |
+
Pillow==10.2.0
|
10 |
+
spaces>=0.24.0
|
11 |
+
omegaconf==2.3.0
|
12 |
timm==0.9.10
|