Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,4 +46,7 @@ def main():
|
|
| 46 |
text = audio_to_text(audio_uploaded)
|
| 47 |
st.write(text)
|
| 48 |
|
| 49 |
-
st.markdown("<p class='footer'>Powered by GenAI</p>", unsafe_allow_html
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
text = audio_to_text(audio_uploaded)
|
| 47 |
st.write(text)
|
| 48 |
|
| 49 |
+
st.markdown("<p class='footer'>Powered by GenAI</p>", unsafe_allow_html=True)
|
| 50 |
+
|
| 51 |
+
if __name__ == '__main__':
|
| 52 |
+
main()
|