prithivMLmods commited on
Commit
b3fe8b2
Β·
verified Β·
1 Parent(s): 72f018f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ model.config.sliding_window = 4096
28
  model.eval()
29
 
30
 
31
- @spaces.GPU(duration=120)
32
  def generate(
33
  message: str,
34
  chat_history: list[dict],
 
28
  model.eval()
29
 
30
 
31
+ @spaces.GPU()
32
  def generate(
33
  message: str,
34
  chat_history: list[dict],