Danielrahmai1991 commited on
Commit
e7f0199
1 Parent(s): 9255b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ llm = LlamaCpp(
19
  callback_manager=callbacks,
20
  verbose=True, # Verbose is required to pass to the callback manager
21
  )
22
- # print("creating ll ended")
23
 
24
 
25
 
 
19
  callback_manager=callbacks,
20
  verbose=True, # Verbose is required to pass to the callback manager
21
  )
22
+ print("creating ll ended")
23
 
24
 
25