Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,10 @@ import os
|
|
| 4 |
import json
|
| 5 |
import subprocess
|
| 6 |
from llama_cpp import Llama
|
| 7 |
-
from llama_cpp_agent import LlamaCppAgent, MessagesFormatterType
|
| 8 |
-
from llama_cpp_agent.providers import LlamaCppPythonProvider
|
| 9 |
-
from llama_cpp_agent.chat_history import BasicChatHistory
|
| 10 |
-
from llama_cpp_agent.chat_history.messages import Roles
|
| 11 |
import gradio as gr
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|
|
|
|
| 4 |
import json
|
| 5 |
import subprocess
|
| 6 |
from llama_cpp import Llama
|
| 7 |
+
# from llama_cpp_agent import LlamaCppAgent, MessagesFormatterType
|
| 8 |
+
# from llama_cpp_agent.providers import LlamaCppPythonProvider
|
| 9 |
+
# from llama_cpp_agent.chat_history import BasicChatHistory
|
| 10 |
+
# from llama_cpp_agent.chat_history.messages import Roles
|
| 11 |
import gradio as gr
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|