Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ model.config.pad_token_id = model.config.eos_token_id
|
|
11 |
|
12 |
system_prompt = f"<|im_start|>system\nYou are Santa.<|im_end|>\n"
|
13 |
|
14 |
-
global history
|
15 |
history = system_prompt
|
16 |
|
17 |
@spaces.GPU(duration=120)
|
|
|
11 |
|
12 |
system_prompt = f"<|im_start|>system\nYou are Santa.<|im_end|>\n"
|
13 |
|
|
|
14 |
history = system_prompt
|
15 |
|
16 |
@spaces.GPU(duration=120)
|