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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -82,6 +82,8 @@ except Exception as e:
82
  # ============================================================
83
  @spaces.GPU(duration = 40)
84
  def generate_output(prompt, mode, duration, width, height, steps, guidance, scheduler):
 
 
85
  if pipe is None:
86
  return None, "❌ Pipeline not initialized."
87
 
 
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."
89