Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def on_click_callback():
|
|
| 110 |
prompt = human_prompt
|
| 111 |
|
| 112 |
# Getting the llm response for safety check 1.
|
| 113 |
-
# "https://api-inference.huggingface.co/models/meta-llama/
|
| 114 |
if st.session_state.is_gemma_model:
|
| 115 |
pass
|
| 116 |
else:
|
|
|
|
| 110 |
prompt = human_prompt
|
| 111 |
|
| 112 |
# Getting the llm response for safety check 1.
|
| 113 |
+
# "https://api-inference.huggingface.co/models/meta-llama/Llama-Guard-3-8B"
|
| 114 |
if st.session_state.is_gemma_model:
|
| 115 |
pass
|
| 116 |
else:
|