verymehari commited on
Commit
cffd116
·
verified ·
1 Parent(s): 06895e6

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧬
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.0.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio==5.49.1
2
  pydantic>=2.0
3
  PyYAML>=6.0
4
  Pillow>=10.0
@@ -6,10 +5,8 @@ requests>=2.31
6
  huggingface_hub>=0.26,<1.0
7
  peft>=0.14
8
  accelerate>=1.0
9
- spaces
10
- torch
11
  diffusers @ git+https://github.com/huggingface/diffusers.git
12
- transformers
13
  sentencepiece
14
  protobuf
15
  safetensors
 
 
1
  pydantic>=2.0
2
  PyYAML>=6.0
3
  Pillow>=10.0
 
5
  huggingface_hub>=0.26,<1.0
6
  peft>=0.14
7
  accelerate>=1.0
 
 
8
  diffusers @ git+https://github.com/huggingface/diffusers.git
9
+ transformers>=4.46,<5
10
  sentencepiece
11
  protobuf
12
  safetensors