Spaces:
Sleeping
Sleeping
KushwanthK
commited on
Upload app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
51 |
# st.markdown(f"you are using {device}. This is much slower than using "
|
52 |
# "a CUDA-enabled GPU. If on colab you can change this by "
|
53 |
# "clicking Runtime > change runtime type > GPU.")
|
54 |
-
|
55 |
model = SentenceTransformer("sentence-transformers/all-mpnet-base-v2", device=device)
|
56 |
def display_title():
|
57 |
selected_value = st.session_state["value"]
|
|
|
51 |
# st.markdown(f"you are using {device}. This is much slower than using "
|
52 |
# "a CUDA-enabled GPU. If on colab you can change this by "
|
53 |
# "clicking Runtime > change runtime type > GPU.")
|
54 |
+
st.set_page_config(page_title="Vedic Scriptures",page_icon='📝')
|
55 |
model = SentenceTransformer("sentence-transformers/all-mpnet-base-v2", device=device)
|
56 |
def display_title():
|
57 |
selected_value = st.session_state["value"]
|