Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,6 @@ system_prompt_1 = """
|
|
28 |
def translate_text(file, text_input):
|
29 |
|
30 |
|
31 |
-
|
32 |
-
# llm = OpenAI()
|
33 |
-
|
34 |
repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
|
35 |
|
36 |
llm = HuggingFaceEndpoint(
|
|
|
28 |
def translate_text(file, text_input):
|
29 |
|
30 |
|
|
|
|
|
|
|
31 |
repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
|
32 |
|
33 |
llm = HuggingFaceEndpoint(
|