Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from sentence_transformers import SentenceTransformer
|
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
import random
|
7 |
-
client = InferenceClient("
|
8 |
#step 2 from semantic search read file
|
9 |
# Open the water_cycle.txt file in read mode with UTF-8 encoding
|
10 |
with open("reconext_file.txt", "r", encoding="utf-8") as file:
|
|
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
import random
|
7 |
+
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
|
8 |
#step 2 from semantic search read file
|
9 |
# Open the water_cycle.txt file in read mode with UTF-8 encoding
|
10 |
with open("reconext_file.txt", "r", encoding="utf-8") as file:
|