Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import pipeline
|
3 |
from PIL import Image
|
4 |
from gtts import gTTS
|
5 |
import os
|
@@ -40,7 +39,7 @@ def get_distance_to_object(address):
|
|
40 |
|
41 |
# Streamlit app main function
|
42 |
def main():
|
43 |
-
st.title("Context-Aware Object Detection
|
44 |
|
45 |
# Step 1: Capture Image from Camera
|
46 |
captured_image = st.camera_input("Take a picture")
|
|
|
1 |
import streamlit as st
|
|
|
2 |
from PIL import Image
|
3 |
from gtts import gTTS
|
4 |
import os
|
|
|
39 |
|
40 |
# Streamlit app main function
|
41 |
def main():
|
42 |
+
st.title("Context-Aware Object Detection App")
|
43 |
|
44 |
# Step 1: Capture Image from Camera
|
45 |
captured_image = st.camera_input("Take a picture")
|