prithivMLmods commited on
Commit
ff77d8a
·
verified ·
1 Parent(s): d44c5e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ model = AutoModelForCausalLM.from_pretrained(
40
  model.eval()
41
 
42
 
43
- @spaces.GPU(duration=120)
44
  def generate(
45
  message: str,
46
  chat_history: list[dict],
 
40
  model.eval()
41
 
42
 
43
+ @spaces.GPU
44
  def generate(
45
  message: str,
46
  chat_history: list[dict],