Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ if pdf_obj and huggingface_api_token:
|
|
57 |
|
58 |
# Usar un modelo gratuito de Hugging Face
|
59 |
llm = HuggingFaceHub(
|
60 |
-
repo_id="
|
61 |
huggingfacehub_api_token=huggingface_api_token,
|
62 |
model_kwargs={"temperature": 0.5, "max_length": 512}
|
63 |
)
|
|
|
57 |
|
58 |
# Usar un modelo gratuito de Hugging Face
|
59 |
llm = HuggingFaceHub(
|
60 |
+
repo_id="bigscience/bloom-560m",
|
61 |
huggingfacehub_api_token=huggingface_api_token,
|
62 |
model_kwargs={"temperature": 0.5, "max_length": 512}
|
63 |
)
|