nroggendorff commited on
Commit
1e38c28
·
verified ·
1 Parent(s): 782048f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)