Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -698,6 +698,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
698 |
current_filaments_df_state_val, input_image, *accordion_param_values
|
699 |
):
|
700 |
|
|
|
701 |
try:
|
702 |
_check_quota(90) # same value as @spaces.GPU
|
703 |
except RuntimeError as exc: # failed → show the full text
|
|
|
698 |
current_filaments_df_state_val, input_image, *accordion_param_values
|
699 |
):
|
700 |
|
701 |
+
log_output = []
|
702 |
try:
|
703 |
_check_quota(90) # same value as @spaces.GPU
|
704 |
except RuntimeError as exc: # failed → show the full text
|