Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ if transcript:
|
|
181 |
st.text("Transcription, Extracted Claims, and BERT Summaries:")
|
182 |
|
183 |
# Concatenate the Whisper transcription, extracted claims, and BERT summaries into a single string
|
184 |
-
results_text = f"Whisper Transcription:\n{transcript}\n\n"
|
185 |
-
results_text += f"Extracted Claims:\n{claims_extracted}\n\n"
|
186 |
results_text += "BERT Summaries:\n"
|
187 |
|
188 |
with st.spinner('Generating Summaries...'):
|
@@ -193,4 +193,4 @@ if transcript:
|
|
193 |
st.text(results_text)
|
194 |
|
195 |
# Citation for the GitHub repo
|
196 |
-
st.markdown("<sub>This app was created by [Tonic](https://huggingface.co/tonic) with help from [MIND INTERFACES](https://huggingface.co/MIND-INTERFACES) [join us on discord](https://discord.gg/5RmtZVVfgQ) </sub>", unsafe_allow_html=True)
|
|
|
181 |
st.text("Transcription, Extracted Claims, and BERT Summaries:")
|
182 |
|
183 |
# Concatenate the Whisper transcription, extracted claims, and BERT summaries into a single string
|
184 |
+
#results_text = f"Whisper Transcription:\n{transcript}\n\n"
|
185 |
+
#results_text += f"Extracted Claims:\n{claims_extracted}\n\n"
|
186 |
results_text += "BERT Summaries:\n"
|
187 |
|
188 |
with st.spinner('Generating Summaries...'):
|
|
|
193 |
st.text(results_text)
|
194 |
|
195 |
# Citation for the GitHub repo
|
196 |
+
st.markdown("<sub>This app was created by [Tonic](https://huggingface.co/tonic) with help from [MIND INTERFACES](https://huggingface.co/MIND-INTERFACES) & (Taylor)[https://huggingface.co/Cloudfaith] [join us on discord](https://discord.gg/5RmtZVVfgQ) </sub>", unsafe_allow_html=True)
|