gnosticdev commited on
Commit
29cde0c
·
verified ·
1 Parent(s): 9e11cdd

Update conver.py

Browse files
Files changed (1) hide show
  1. conver.py +0 -1
conver.py CHANGED
@@ -193,7 +193,6 @@ class URLToAudioConverter:
193
  for turn in conversation["conversation"]
194
  )
195
  return output_path, text_output
196
- ```
197
 
198
  ### Ejemplo de `app.py`
199
  ```python
 
193
  for turn in conversation["conversation"]
194
  )
195
  return output_path, text_output
 
196
 
197
  ### Ejemplo de `app.py`
198
  ```python