Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,6 +265,7 @@ def generate_video(
|
|
| 265 |
return output_path, updated_lora_state
|
| 266 |
|
| 267 |
except Exception as e:
|
|
|
|
| 268 |
return None, current_lora_state
|
| 269 |
|
| 270 |
# Create Gradio interface
|
|
|
|
| 265 |
return output_path, updated_lora_state
|
| 266 |
|
| 267 |
except Exception as e:
|
| 268 |
+
print(e)
|
| 269 |
return None, current_lora_state
|
| 270 |
|
| 271 |
# Create Gradio interface
|