Spaces:
Sleeping
Sleeping
Leonardo Oliva
commited on
Commit
·
4b6798e
1
Parent(s):
9097ea4
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
-
from utils.
|
4 |
import os
|
5 |
|
6 |
model_filename = "gorilla-openfunctions-v2-q6_K.gguf"
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
from utils.utils_dl_utils import dl_guff_model
|
4 |
import os
|
5 |
|
6 |
model_filename = "gorilla-openfunctions-v2-q6_K.gguf"
|