Add tensorboard to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,6 +6,7 @@ ftfy==6.1.1
|
|
6 |
gradio==3.14.0
|
7 |
Pillow==9.4.0
|
8 |
python-slugify==7.0.0
|
|
|
9 |
torch==1.13.1
|
10 |
torchvision==0.14.1
|
11 |
transformers==4.25.1
|
|
|
6 |
gradio==3.14.0
|
7 |
Pillow==9.4.0
|
8 |
python-slugify==7.0.0
|
9 |
+
tensorboard==2.11.2
|
10 |
torch==1.13.1
|
11 |
torchvision==0.14.1
|
12 |
transformers==4.25.1
|