Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ if __name__=="__main__":
|
|
276 |
Question: {question}\n> Context:\n>>>\n{context}\n>>>\nRelevant parts"""}
|
277 |
|
278 |
# Loading and caching db and model
|
279 |
-
my_bar = st.progress(0, "Loading Database. Please wait.)
|
280 |
my_bar.progress(0.1, "Loading Embedding & Database. Please wait.")
|
281 |
db = load_db(device)
|
282 |
my_bar.progress(0.7, "Loading Model. Please wait.")
|
|
|
276 |
Question: {question}\n> Context:\n>>>\n{context}\n>>>\nRelevant parts"""}
|
277 |
|
278 |
# Loading and caching db and model
|
279 |
+
my_bar = st.progress(0, "Loading Database. Please wait.")
|
280 |
my_bar.progress(0.1, "Loading Embedding & Database. Please wait.")
|
281 |
db = load_db(device)
|
282 |
my_bar.progress(0.7, "Loading Model. Please wait.")
|