Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ Automatically generated by Colab.
|
|
| 6 |
Original file is located at
|
| 7 |
https://colab.research.google.com/drive/10l5M_bqlqlmx8isz58qrPCp9YwDOKjiC
|
| 8 |
"""
|
| 9 |
-
|
| 10 |
from re import S
|
| 11 |
!pip install Streamlit
|
| 12 |
!pip install whisper
|
|
@@ -14,6 +14,7 @@ from re import S
|
|
| 14 |
!pip install mapbox
|
| 15 |
!pip install openai-whisper pydub streamlit requests geopy
|
| 16 |
!pip install streamlit-webrtc
|
|
|
|
| 17 |
|
| 18 |
from google.colab import userdata
|
| 19 |
userdata.get('secret')
|
|
|
|
| 6 |
Original file is located at
|
| 7 |
https://colab.research.google.com/drive/10l5M_bqlqlmx8isz58qrPCp9YwDOKjiC
|
| 8 |
"""
|
| 9 |
+
""""
|
| 10 |
from re import S
|
| 11 |
!pip install Streamlit
|
| 12 |
!pip install whisper
|
|
|
|
| 14 |
!pip install mapbox
|
| 15 |
!pip install openai-whisper pydub streamlit requests geopy
|
| 16 |
!pip install streamlit-webrtc
|
| 17 |
+
""""
|
| 18 |
|
| 19 |
from google.colab import userdata
|
| 20 |
userdata.get('secret')
|