None1145 commited on
Commit
b3a9a06
·
verified ·
1 Parent(s): c904117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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=""):