lchumaceiro commited on
Commit
303aa30
·
verified ·
1 Parent(s): 5ccdde7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_sound(sound_type: str, duration: int) -> str:
26
  """Generates a simple sound based on the specified type and duration.
27
 
28
  Args:
29
- sound_type: Type of sound to generate (e.g., 'rain', 'white_noise').
30
  duration: Duration of the sound in seconds.
31
  Returns:
32
  Path to the generated audio file.
 
26
  """Generates a simple sound based on the specified type and duration.
27
 
28
  Args:
29
+ sound_type: Type of sound to generate (e.g., 'rain', 'car', 'white_noise').
30
  duration: Duration of the sound in seconds.
31
  Returns:
32
  Path to the generated audio file.