richardorama commited on
Commit
74ae266
·
verified ·
1 Parent(s): ad5d8ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ else:
130
 
131
 
132
  from transformers import pipeline
133
- import sounddevice as sd # Import for audio playback (optional)
134
 
135
  # Load the pipeline
136
  tts = pipeline("text-to-speech")
 
130
 
131
 
132
  from transformers import pipeline
133
+ # import sounddevice as sd # Import for audio playback (optional)
134
 
135
  # Load the pipeline
136
  tts = pipeline("text-to-speech")