Gemini899 commited on
Commit
c0eaed0
·
verified ·
1 Parent(s): bb472aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def get_vram_info():
64
  return {"vram": "CUDA not available"}
65
 
66
 
67
- @spaces.GPU(duration=15)
68
  def encode_text(prompt: str):
69
  """Encode text and return a downloadable pytorch file."""
70
  global text_encoder, tokenizer
 
64
  return {"vram": "CUDA not available"}
65
 
66
 
67
+ @spaces.GPU(duration=18)
68
  def encode_text(prompt: str):
69
  """Encode text and return a downloadable pytorch file."""
70
  global text_encoder, tokenizer