hvoss-techfak commited on
Commit
fa13ae4
·
verified ·
1 Parent(s): a651238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -749,7 +749,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
749
  )
750
 
751
  # --- Backend Function for Running the Script ---
752
- @spaces.GPU(duration=180)
753
  def execute_autoforge_script(
754
  current_filaments_df_state_val, input_image, *accordion_param_values
755
  ):
 
749
  )
750
 
751
  # --- Backend Function for Running the Script ---
752
+ @spaces.GPU(duration=150)
753
  def execute_autoforge_script(
754
  current_filaments_df_state_val, input_image, *accordion_param_values
755
  ):