Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,6 @@ Voici le texte à transformer en présentation :"""
|
|
| 26 |
model_path = "MisterAI/Bartowski_MistralAI_Mistral-Small-24B-Base-2501-GGUF"
|
| 27 |
#text_to_presentation = LLMCppModel(model_path)
|
| 28 |
#text_to_presentation = model_path
|
| 29 |
-
text_to_presentation = Llama(model_path, )
|
| 30 |
text_to_presentation = Llama(model_path, verbose=True)
|
| 31 |
|
| 32 |
# Chargement du tokenizer depuis Hugging Face
|
|
|
|
| 26 |
model_path = "MisterAI/Bartowski_MistralAI_Mistral-Small-24B-Base-2501-GGUF"
|
| 27 |
#text_to_presentation = LLMCppModel(model_path)
|
| 28 |
#text_to_presentation = model_path
|
|
|
|
| 29 |
text_to_presentation = Llama(model_path, verbose=True)
|
| 30 |
|
| 31 |
# Chargement du tokenizer depuis Hugging Face
|