ladybug11 commited on
Commit
fa31f3c
·
1 Parent(s): c1b7466
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -704,8 +704,8 @@ def mcp_agent_pipeline(niche, style, num_variations=1):
704
  except:
705
  pass # Silently fail if can't copy to gallery
706
  else:
707
- error_msg = creation_result.get("message", "Unknown error")
708
- status_log.append(f" ⚠️ Variation {i+1} failed: {error_msg}")
709
 
710
  if not created_videos:
711
  status_log.append("\n❌ All video creations failed")
 
704
  except:
705
  pass # Silently fail if can't copy to gallery
706
  else:
707
+ error_msg = creation_result.get("message", "Unknown error")
708
+ status_log.append(f" ⚠️ Variation {i+1} failed: {error_msg}")
709
 
710
  if not created_videos:
711
  status_log.append("\n❌ All video creations failed")