Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,6 @@ from transformers import (
|
|
| 226 |
import torch
|
| 227 |
from gtts import gTTS
|
| 228 |
import tempfile
|
| 229 |
-
import pyttsx3
|
| 230 |
import speech_recognition as sr
|
| 231 |
|
| 232 |
# ----------------------
|
|
|
|
| 226 |
import torch
|
| 227 |
from gtts import gTTS
|
| 228 |
import tempfile
|
|
|
|
| 229 |
import speech_recognition as sr
|
| 230 |
|
| 231 |
# ----------------------
|