Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|