Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,6 @@ def update_required_time(steps, max_duration):
|
|
| 145 |
|
| 146 |
def generate_scene(prompt_text, steps, image_paths, audio_file_path, max_duration = 3, session_id = None):
|
| 147 |
|
| 148 |
-
print(image_paths)
|
| 149 |
prompt_text_check = (prompt_text or "").strip()
|
| 150 |
if not prompt_text_check:
|
| 151 |
raise gr.Error("Please enter a prompt.")
|
|
|
|
| 145 |
|
| 146 |
def generate_scene(prompt_text, steps, image_paths, audio_file_path, max_duration = 3, session_id = None):
|
| 147 |
|
|
|
|
| 148 |
prompt_text_check = (prompt_text or "").strip()
|
| 149 |
if not prompt_text_check:
|
| 150 |
raise gr.Error("Please enter a prompt.")
|