shukdevdatta123 commited on
Commit
ff0719b
·
verified ·
1 Parent(s): 7162728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import openai
3
- from text_speech_utils import * # Import the updated functions
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'