Spaces:
Runtime error
Runtime error
updated
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import copy
|
3 |
-
import time
|
4 |
-
import ctypes # to run on C api directly
|
5 |
-
import llama_cpp
|
6 |
from llama_cpp import Llama
|
7 |
from huggingface_hub import hf_hub_download # load from huggingfaces
|
8 |
|
|
|
1 |
import gradio as gr
|
2 |
import copy
|
|
|
|
|
|
|
3 |
from llama_cpp import Llama
|
4 |
from huggingface_hub import hf_hub_download # load from huggingfaces
|
5 |
|