Solshine commited on
Commit
690df34
1 Parent(s): c3e404e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +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
- pipe = Pipeline(torch_compile=True)
13
  # TTS pipeline
14
 
15
  x = st.slider('Select the number of pages you wish to transcribe')
 
8
 
9
  st.image('OIG3 (4).jpeg', caption='Your host on this PDF-to-Speech adventure!')
10
 
11
+ st.write("⏳ Loading WhisperSpeech Pipeline ⌛")
12
+ pipe = Pipeline(torch_compile=True)
13
  # TTS pipeline
14
 
15
  x = st.slider('Select the number of pages you wish to transcribe')