rahul7star commited on
Commit
d09a395
·
verified ·
1 Parent(s): eedb16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ except Exception as e:
82
  # ============================================================
83
  @spaces.GPU(duration = 40)
84
  def generate_output(prompt, mode, duration, width, height, steps, guidance, scheduler):
85
- print(f"ptomid is ====",prompt)
86
 
87
  if pipe is None:
88
  return None, "❌ Pipeline not initialized."
 
82
  # ============================================================
83
  @spaces.GPU(duration = 40)
84
  def generate_output(prompt, mode, duration, width, height, steps, guidance, scheduler):
85
+ print(f" Pipeline load failed: {prompt}")
86
 
87
  if pipe is None:
88
  return None, "❌ Pipeline not initialized."