Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
# 🔹 Hugging Face Credentials
|
5 |
HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
|
|
|
1 |
import gradio as gr
|
2 |
+
import os
|
3 |
+
import json
|
4 |
+
import faiss
|
5 |
+
import numpy as np
|
6 |
+
import torch
|
7 |
+
from sentence_transformers import SentenceTransformer
|
8 |
+
from huggingface_hub import InferenceClient, hf_hub_download
|
9 |
|
10 |
# 🔹 Hugging Face Credentials
|
11 |
HF_REPO = "Futuresony/future_ai_12_10_2024.gguf"
|