Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from llama_cpp_agent.providers import LlamaCppPythonProvider
|
|
12 |
from llama_cpp_agent.chat_history import BasicChatHistory
|
13 |
from llama_cpp_agent.chat_history.messages import Roles
|
14 |
import gradio as gr
|
|
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
from typing import List, Tuple
|
17 |
from logger import logging
|
|
|
12 |
from llama_cpp_agent.chat_history import BasicChatHistory
|
13 |
from llama_cpp_agent.chat_history.messages import Roles
|
14 |
import gradio as gr
|
15 |
+
import spaces
|
16 |
from huggingface_hub import hf_hub_download
|
17 |
from typing import List, Tuple
|
18 |
from logger import logging
|