Kkordik commited on
Commit
e2d00cb
·
verified ·
1 Parent(s): 22d8950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ model1 = AutoModelForCausalLM.from_pretrained(MODEL_LIST[1]).to(device)
44
  tokenizer2 = AutoTokenizer.from_pretrained(MODEL_LIST[2])
45
  model2 = AutoModelForCausalLM.from_pretrained(MODEL_LIST[2]).to(device)
46
 
47
- #@spaces.GPU()
48
  def stream_chat(
49
  message: str,
50
  history: list,
 
44
  tokenizer2 = AutoTokenizer.from_pretrained(MODEL_LIST[2])
45
  model2 = AutoModelForCausalLM.from_pretrained(MODEL_LIST[2]).to(device)
46
 
47
+ @spaces.GPU()
48
  def stream_chat(
49
  message: str,
50
  history: list,