toshas commited on
Commit
b29d871
1 Parent(s): ce6c94f

adjust duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def process(pipe, device, path_input):
126
 
127
 
128
  def run_demo_server(pipe, device):
129
- process_pipe = spaces.GPU(functools.partial(process, pipe, device), duration=120)
130
  os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
131
 
132
  with gr.Blocks(
 
126
 
127
 
128
  def run_demo_server(pipe, device):
129
+ process_pipe = spaces.GPU(functools.partial(process, pipe, device))
130
  os.environ["GRADIO_ALLOW_FLAGGING"] = "never"
131
 
132
  with gr.Blocks(