Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ st.write("I am your hotel booking assistant for today.")
|
|
19 |
model = demo_chat.load_model()
|
20 |
|
21 |
chat_model = ChatHuggingFace(llm=model)
|
22 |
-
|
23 |
#Application
|
24 |
with st.container():
|
25 |
st.markdown('<div class="scrollable-div">', unsafe_allow_html=True)
|
|
|
19 |
model = demo_chat.load_model()
|
20 |
|
21 |
chat_model = ChatHuggingFace(llm=model)
|
22 |
+
print(chat_model.model_id)
|
23 |
#Application
|
24 |
with st.container():
|
25 |
st.markdown('<div class="scrollable-div">', unsafe_allow_html=True)
|