amaltese commited on
Commit
b595237
Β·
verified Β·
1 Parent(s): 590d167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks() as demo:
262
  # Check if we can access Mistral model
263
  try:
264
  from huggingface_hub import model_info
265
- info = model_info("mistralai/Mistral-7B-Instruct-v0.2", token=hf_token)
266
  status.append(f"βœ… Access to Mistral model verified: {info.modelId}")
267
  except Exception as e:
268
  status.append(f"❌ Cannot access Mistral model: {str(e)}")
 
262
  # Check if we can access Mistral model
263
  try:
264
  from huggingface_hub import model_info
265
+ info = model_info(" {model_name}", token=hf_token)
266
  status.append(f"βœ… Access to Mistral model verified: {info.modelId}")
267
  except Exception as e:
268
  status.append(f"❌ Cannot access Mistral model: {str(e)}")