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("Qwen/Qwen2.5-72B-Instruct")
|
| 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:
|