stivenDR14 commited on
Commit
c5e1a17
·
1 Parent(s): 22baa1c

set default vaiables

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from utils import AI_MODELS, TRANSLATIONS
6
  class PDFProcessorUI:
7
  def __init__(self):
8
  self.processor = PDFProcessor()
9
- self.current_language = "English"
10
- self.current_ai_model = "Huggingface / IBM granite granite 3.1 8b Instruct"
11
  self.current_type_model = "Api Key"
12
 
13
  def change_language(self, language):
 
6
  class PDFProcessorUI:
7
  def __init__(self):
8
  self.processor = PDFProcessor()
9
+ self.current_language = "Español"
10
+ self.current_ai_model = "Huggingface / Meta Llama 3.2 3B Instruct"
11
  self.current_type_model = "Api Key"
12
 
13
  def change_language(self, language):