Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import openai
|
3 |
-
from text_speech_utils import * # Import the
|
4 |
|
5 |
# Define filenames for audio and conversation output
|
6 |
input_audio_filename = 'input.wav'
|
|
|
1 |
import streamlit as st
|
2 |
import openai
|
3 |
+
from text_speech_utils import * # Import the new functions from text_speech_utils.py
|
4 |
|
5 |
# Define filenames for audio and conversation output
|
6 |
input_audio_filename = 'input.wav'
|