multimodalart HF staff commited on
Commit
1355f82
1 Parent(s): 2796b98

Increase the request size for FLUX

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def get_examples():
67
  return case
68
 
69
 
70
- @spaces.GPU(duration=60)
71
  def FlowEditRun(
72
  image_src: str,
73
  model_type: str,
 
67
  return case
68
 
69
 
70
+ @spaces.GPU(duration=75)
71
  def FlowEditRun(
72
  image_src: str,
73
  model_type: str,