alperall commited on
Commit
9541c31
·
verified ·
1 Parent(s): 9189277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
  from huggingface_hub import InferenceClient
4
 
5
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.1")
6
 
7
  # Sabit GitHub raw URL'si
8
  GITHUB_RAW_URL = "https://raw.githubusercontent.com/ALPERALL/AlpDroid/main/prompt.txt"
 
2
  import requests
3
  from huggingface_hub import InferenceClient
4
 
5
+ client = InferenceClient("Qwen/Qwen2-72B-Instruct")
6
 
7
  # Sabit GitHub raw URL'si
8
  GITHUB_RAW_URL = "https://raw.githubusercontent.com/ALPERALL/AlpDroid/main/prompt.txt"