hvoss-techfak commited on
Commit
bfb9b80
·
verified ·
1 Parent(s): 89f9d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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