qinghuazhou commited on
Commit
fd0a592
·
1 Parent(s): ae53a76

reduced time request

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from util import utils
11
 
12
  ## UTILITY FUNCTIONS ################################################
13
 
14
- @spaces.GPU(duration=800)
15
  def load_editor(model_name='gpt2-xl'):
16
 
17
  # loading hyperparameters
 
11
 
12
  ## UTILITY FUNCTIONS ################################################
13
 
14
+ @spaces.GPU(duration=500)
15
  def load_editor(model_name='gpt2-xl'):
16
 
17
  # loading hyperparameters