alperall commited on
Commit
ae609d8
·
verified ·
1 Parent(s): 6bc239c

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("Qwen/Qwen3-14B")
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/Qwen3-235B-A22B")
6
 
7
  # Sabit GitHub raw URL'si
8
  GITHUB_RAW_URL = "https://raw.githubusercontent.com/ALPERALL/AlpDroid/main/prompt.txt"