Spaces:
Running
Running
Commit
·
ef871e4
1
Parent(s):
47038e6
req updatesgradio
Browse files- main.py +0 -1
- requirements.txt +2 -2
main.py
CHANGED
@@ -14,7 +14,6 @@ import os
|
|
14 |
from pathlib import Path
|
15 |
from huggingface_hub import HfApi
|
16 |
import evaluate
|
17 |
-
# Removed incorrect import statement
|
18 |
|
19 |
# Set up download configuration with your token
|
20 |
|
|
|
14 |
from pathlib import Path
|
15 |
from huggingface_hub import HfApi
|
16 |
import evaluate
|
|
|
17 |
|
18 |
# Set up download configuration with your token
|
19 |
|
requirements.txt
CHANGED
@@ -5,9 +5,9 @@ torchvision==0.15.2
|
|
5 |
transformers==4.46.3
|
6 |
tokenizers>=0.20,<0.21
|
7 |
safetensors>=0.4.1
|
8 |
-
evaluate==0.4.
|
9 |
gradio==5.7.1
|
10 |
-
huggingface-hub==0.25.
|
11 |
|
12 |
|
13 |
# Data processing
|
|
|
5 |
transformers==4.46.3
|
6 |
tokenizers>=0.20,<0.21
|
7 |
safetensors>=0.4.1
|
8 |
+
evaluate==0.4.0
|
9 |
gradio==5.7.1
|
10 |
+
huggingface-hub==0.25.1z
|
11 |
|
12 |
|
13 |
# Data processing
|