aditijuluri commited on
Commit
16596a1
·
verified ·
1 Parent(s): 2f4914f

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("HuggingFaceH4/zephyr-7b-beta")
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: