Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
|
|
3 |
import chatglm_cpp
|
4 |
|
5 |
def list_files_tree(directory, indent=""):
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
from huggingface import hf_hub_download
|
4 |
import chatglm_cpp
|
5 |
|
6 |
def list_files_tree(directory, indent=""):
|