Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|