nateraw commited on
Commit
606a5bf
1 Parent(s): 668a19d

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -194,6 +194,7 @@ def predict_song_from_yt(
194
  full_song = inst_wav + np.expand_dims(cloned_vox, 1)
195
  return (model.target_sample, full_song), (model.target_sample, cloned_vox)
196
 
 
197
  SPACE_ID = "nateraw/voice-cloning"
198
  description = f"""
199
  # Attention - This Space may be slow in the shared UI if there is a long queue. To speed it up, you can duplicate and use it with a paid private T4 GPU.
 
194
  full_song = inst_wav + np.expand_dims(cloned_vox, 1)
195
  return (model.target_sample, full_song), (model.target_sample, cloned_vox)
196
 
197
+
198
  SPACE_ID = "nateraw/voice-cloning"
199
  description = f"""
200
  # Attention - This Space may be slow in the shared UI if there is a long queue. To speed it up, you can duplicate and use it with a paid private T4 GPU.