Zeph27 commited on
Commit
a7dd1dd
1 Parent(s): a43581c
Files changed (1) hide show
  1. src/webui.py +1 -0
src/webui.py CHANGED
@@ -187,6 +187,7 @@ def song_cover_pipeline_with_model_download(song_input, model_url, model_name, p
187
 
188
  return result
189
  except gr.Error as e:
 
190
  return str(e), None # Return error message and None for the second output
191
  finally:
192
  if model_path:
 
187
 
188
  return result
189
  except gr.Error as e:
190
+ print(f"Error: {str(e)}")
191
  return str(e), None # Return error message and None for the second output
192
  finally:
193
  if model_path: