Staticaliza commited on
Commit
0677d75
·
verified ·
1 Parent(s): da8de96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate(prompt, temperature, top_p, top_k, repetition_penalty, max_tokens,
71
  finally:
72
  timer.cancel()
73
 
74
- @spaces.GPU(duration=15)
75
  def gpu():
76
  return
77
 
 
71
  finally:
72
  timer.cancel()
73
 
74
+ # @spaces.GPU(duration=15)
75
  def gpu():
76
  return
77