xsa-dev commited on
Commit
2489c2c
·
1 Parent(s): 531a328
Files changed (1) hide show
  1. app.py +0 -3
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