Spaces:
Sleeping
Sleeping
Update conver.py
Browse files
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
|