linoyts HF Staff commited on
Commit
dea15da
Β·
verified Β·
1 Parent(s): 6bfe27a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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