Tas112 commited on
Commit
d335676
·
verified ·
1 Parent(s): c4ac8d6

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +5 -7
  2. requirements.txt +7 -0
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
  title: Juggernaut Z
3
- emoji: 🐢
4
- colorFrom: gray
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 6.26.0
8
- python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
 
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Juggernaut Z
3
+ emoji: 🎬
4
+ colorFrom: purple
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
 
8
  app_file: app.py
9
  pinned: false
10
+ license: cc-by-nc-4.0
11
  ---
 
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ diffusers>=0.37.1
2
+ transformers
3
+ accelerate
4
+ torch
5
+ gradio
6
+ huggingface_hub
7
+ spaces