Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,6 @@ else:
|
|
55 |
device_map={"": device},
|
56 |
)
|
57 |
|
58 |
-
|
59 |
def generate_prompt(instruction, input=None):
|
60 |
if input:
|
61 |
return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
|
|
55 |
device_map={"": device},
|
56 |
)
|
57 |
|
|
|
58 |
def generate_prompt(instruction, input=None):
|
59 |
if input:
|
60 |
return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|