Spaces:
Runtime error
Runtime error
wannaphong
commited on
Commit
•
b9d98e8
1
Parent(s):
c1cb273
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 |
|