AndreasXi commited on
Commit
a9bb66f
·
1 Parent(s): 085b825
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def generate_audio_gradio(
113
  variant,
114
  seed
115
  ):
116
-
117
  if duration <= 0 or num_steps <= 0:
118
  raise ValueError("Duration and number of steps must be positive.")
119
  if variant not in all_model_cfg:
 
113
  variant,
114
  seed
115
  ):
116
+ # update
117
  if duration <= 0 or num_steps <= 0:
118
  raise ValueError("Duration and number of steps must be positive.")
119
  if variant not in all_model_cfg: