Asilbek14 commited on
Commit
2fa633f
·
verified ·
1 Parent(s): 80db797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from pydantic import BaseModel, Field
7
  import gradio as gr
8
 
9
  # ---------------- CONFIG ----------------
10
- MODEL_ID = os.getenv("MODEL_ID", "mistralai/Mistral-7B-Instruct-v0.1")
11
  HF_TOKEN = os.getenv("HF_TOKEN") # must be set in Space secrets
12
 
13
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
 
7
  import gradio as gr
8
 
9
  # ---------------- CONFIG ----------------
10
+ MODEL_ID = os.getenv("MODEL_ID", "HuggingFaceH4/zephyr-7b-beta")
11
  HF_TOKEN = os.getenv("HF_TOKEN") # must be set in Space secrets
12
 
13
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"