VanguardAI commited on
Commit
fbb3a5b
·
verified ·
1 Parent(s): 5b88db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ logging.basicConfig(
14
  ]
15
  )
16
  logger = logging.getLogger(__name__)
 
17
  READ_HF = os.environ["read_hf"]
18
  alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
19
 
 
14
  ]
15
  )
16
  logger = logging.getLogger(__name__)
17
+ logger.info("HELLO WORLD...")
18
  READ_HF = os.environ["read_hf"]
19
  alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
20