Solshine commited on
Commit
02a49dc
1 Parent(s): 77b0b87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ from whisperspeech.pipeline import Pipeline
8
 
9
  st.image('OIG3 (4).jpeg', caption='Your host on this PDF-to-Speech adventure!')
10
 
11
- with st.write("⏳ Loading WhisperSpeech Pipeline ⌛")
 
12
 
13
  # TTS pipeline
14
  pipe = Pipeline(torch_compile=True)
 
8
 
9
  st.image('OIG3 (4).jpeg', caption='Your host on this PDF-to-Speech adventure!')
10
 
11
+ with st.write("⏳ Loading WhisperSpeech Pipeline ⌛"):
12
+ pipe = Pipeline(torch_compile=True)
13
 
14
  # TTS pipeline
15
  pipe = Pipeline(torch_compile=True)