Spaces:
Sleeping
Sleeping
N.Achyuth Reddy commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def predict(message, system_prompt='Your name is FlawlessAI. You are developed b
|
|
| 46 |
Repetitionpenalty,
|
| 47 |
api_name="/chat"
|
| 48 |
)
|
| 49 |
-
st.write("
|
| 50 |
return response
|
| 51 |
|
| 52 |
# Streamlit UI
|
|
@@ -61,7 +61,7 @@ for message in st.session_state.messages:
|
|
| 61 |
with st.chat_message(message["role"], avatar=("๐งโ๐ป" if message["role"] == 'human' else '๐ฆ')):
|
| 62 |
st.markdown(message["content"])
|
| 63 |
|
| 64 |
-
textinput = st.chat_input("
|
| 65 |
wav_audio_data = st_audiorec()
|
| 66 |
|
| 67 |
if wav_audio_data is not None:
|
|
|
|
| 46 |
Repetitionpenalty,
|
| 47 |
api_name="/chat"
|
| 48 |
)
|
| 49 |
+
st.write("แด
แดษดแด โ
")
|
| 50 |
return response
|
| 51 |
|
| 52 |
# Streamlit UI
|
|
|
|
| 61 |
with st.chat_message(message["role"], avatar=("๐งโ๐ป" if message["role"] == 'human' else '๐ฆ')):
|
| 62 |
st.markdown(message["content"])
|
| 63 |
|
| 64 |
+
textinput = st.chat_input("แดsแด ๐๐น๐ฎ๐๐น๐ฒ๐๐๐๐ แดษดสแดสษชษดษข...")
|
| 65 |
wav_audio_data = st_audiorec()
|
| 66 |
|
| 67 |
if wav_audio_data is not None:
|