TejAndrewsACC commited on
Commit
9d0cd98
·
verified ·
1 Parent(s): bab9c42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import os
4
 
5
  # Hugging Face model and token
6
- model_name = "EleutherAI/gpt-neox-20b"
7
  hf_token = os.getenv("DOWNLOAD")
8
 
9
  # Load model and tokenizer
 
3
  import os
4
 
5
  # Hugging Face model and token
6
+ model_name = "nvidia/Hymba-1.5B-Instruct"
7
  hf_token = os.getenv("DOWNLOAD")
8
 
9
  # Load model and tokenizer