Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,4 +71,7 @@ st.markdown("""
|
|
| 71 |
</script>
|
| 72 |
|
| 73 |
<div id="transcription">Your transcriptions will appear here:</div>
|
| 74 |
-
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
</script>
|
| 72 |
|
| 73 |
<div id="transcription">Your transcriptions will appear here:</div>
|
| 74 |
+
""", unsafe_allow_html=True)
|
| 75 |
+
|
| 76 |
+
if __name__ == "__main__":
|
| 77 |
+
asyncio.run(main_logic())
|