jykoh commited on
Commit
ccfd05b
1 Parent(s): b405259

Update README

Browse files
Files changed (2) hide show
  1. README.md +4 -1
  2. requirements.txt +36 -0
README.md CHANGED
@@ -1,6 +1,9 @@
1
  title: FROMAGe
2
  emoji: 🧀
3
- sdk: docker
 
 
 
4
  pinned: true
5
  tags:
6
  - multimodal
 
1
  title: FROMAGe
2
  emoji: 🧀
3
+ sdk: gradio
4
+ sdk_version: 3.17.0
5
+ colorFrom: blue
6
+ colorTo: indigo
7
  pinned: true
8
  tags:
9
  - multimodal
requirements.txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ attrs==22.2.0
2
+ certifi==2022.12.7
3
+ charset-normalizer==3.0.1
4
+ contourpy==1.0.7
5
+ cycler==0.11.0
6
+ einops==0.4.1
7
+ exceptiongroup==1.1.0
8
+ filelock==3.9.0
9
+ fonttools==4.38.0
10
+ huggingface-hub==0.12.0
11
+ idna==3.4
12
+ iniconfig==2.0.0
13
+ kiwisolver==1.4.4
14
+ matplotlib==3.6.3
15
+ numpy==1.24.2
16
+ packaging==23.0
17
+ Pillow==9.4.0
18
+ pluggy==1.0.0
19
+ pyparsing==3.0.9
20
+ pytest==7.2.1
21
+ python-dateutil==2.8.2
22
+ PyYAML==6.0
23
+ regex==2022.10.31
24
+ requests==2.28.2
25
+ six==1.16.0
26
+ tokenizers==0.12.1
27
+ tomli==2.0.1
28
+ torch==1.11.0
29
+ torchaudio==0.11.0
30
+ torchmetrics==0.9.3
31
+ torchvision==0.12.0
32
+ tqdm==4.64.1
33
+ transformers==4.21.3
34
+ typing_extensions==4.4.0
35
+ urllib3==1.26.14
36
+ warmup-scheduler==0.3.2