Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ result = client.predict(
|
|
10 |
"mistralai/Mixtral-8x7B-Instruct-v0.1", # Literal['mistralai/Mixtral-8x7B-Instruct-v0.1', 'mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None'] in 'LLM Model' Dropdown component
|
11 |
api_name="/update_with_rag_md"
|
12 |
)
|
13 |
-
|
14 |
|
|
|
10 |
"mistralai/Mixtral-8x7B-Instruct-v0.1", # Literal['mistralai/Mixtral-8x7B-Instruct-v0.1', 'mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None'] in 'LLM Model' Dropdown component
|
11 |
api_name="/update_with_rag_md"
|
12 |
)
|
13 |
+
st.markdown(result)
|
14 |
|