Yuvalamitay commited on
Commit
bc8b53f
·
verified ·
1 Parent(s): 16596a1

Update app.py

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