Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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 |
):
|