Spaces:
Runtime error
Runtime error
52100303-TranPhuocSang
commited on
Commit
•
6ba5311
1
Parent(s):
5068cf1
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def load_model(model_name,
|
|
44 |
llm = HuggingFaceHub(
|
45 |
client = client,
|
46 |
repo_id=model_name,
|
47 |
-
task='text-generation',
|
48 |
# max_new_tokens = max_new_tokens,
|
49 |
# temperature = temperature,
|
50 |
# context_length = context_length,
|
|
|
44 |
llm = HuggingFaceHub(
|
45 |
client = client,
|
46 |
repo_id=model_name,
|
47 |
+
# task='text-generation',
|
48 |
# max_new_tokens = max_new_tokens,
|
49 |
# temperature = temperature,
|
50 |
# context_length = context_length,
|