darkc0de commited on
Commit
e3a60a9
·
verified ·
1 Parent(s): dd4c2b2

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
  from huggingface_hub import InferenceClient
3
 
4
  # --- Configuration from app (16).py ---
5
- client = InferenceClient("http://d151-24-125-188-120.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
  FIXED_TEMPERATURE = 0.9
8
  FIXED_TOP_P = 0.95
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # --- Configuration from app (16).py ---
5
+ client = InferenceClient("https://a308-76-17-120-245.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
  FIXED_TEMPERATURE = 0.9
8
  FIXED_TOP_P = 0.95