Spaces:
Runtime error
Runtime error
Commit
·
2e5cd1d
1
Parent(s):
b970c9c
Update agent_llama_ui.py
Browse files- agent_llama_ui.py +2 -1
agent_llama_ui.py
CHANGED
@@ -50,8 +50,9 @@ def get_models():
|
|
50 |
hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename="mistral-7b-instruct-v0.1.Q4_K_M.gguf", local_dir=models_directory)
|
51 |
st.write("Downloading dreamshaper_8.safetensors")
|
52 |
hf_hub_download(repo_id="digiplay/DreamShaper_8", filename="dreamshaper_8.safetensors", local_dir=models_directory)
|
|
|
53 |
|
54 |
-
models.append("http://localhost:5000")
|
55 |
return models
|
56 |
|
57 |
def current_agent():
|
|
|
50 |
hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename="mistral-7b-instruct-v0.1.Q4_K_M.gguf", local_dir=models_directory)
|
51 |
st.write("Downloading dreamshaper_8.safetensors")
|
52 |
hf_hub_download(repo_id="digiplay/DreamShaper_8", filename="dreamshaper_8.safetensors", local_dir=models_directory)
|
53 |
+
st.experimental_rerun()
|
54 |
|
55 |
+
#models.append("http://localhost:5000") #to use it with text gen webui
|
56 |
return models
|
57 |
|
58 |
def current_agent():
|