Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
6 |
-
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-
|
7 |
|
8 |
# Global variables
|
9 |
uploaded_file_content = ""
|
|
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
6 |
+
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-72B-Instruct")
|
7 |
|
8 |
# Global variables
|
9 |
uploaded_file_content = ""
|