Spaces:
Sleeping
Sleeping
LVKinyanjui
commited on
Commit
•
92b4b79
1
Parent(s):
727cfb3
Title change
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def generate_response(messages, model, current_image=None):
|
|
51 |
if content:
|
52 |
yield content
|
53 |
|
54 |
-
st.title("
|
55 |
|
56 |
model = st.selectbox(
|
57 |
"Select a model",
|
|
|
51 |
if content:
|
52 |
yield content
|
53 |
|
54 |
+
st.title("Fast Inference Chat")
|
55 |
|
56 |
model = st.selectbox(
|
57 |
"Select a model",
|