Spaces:
Running
on
Zero
Running
on
Zero
qinghuazhou
commited on
Commit
·
fd0a592
1
Parent(s):
ae53a76
reduced time request
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from util import utils
|
|
11 |
|
12 |
## UTILITY FUNCTIONS ################################################
|
13 |
|
14 |
-
@spaces.GPU(duration=
|
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
|