Akjava commited on
Commit
c9932ae
Β·
verified Β·
1 Parent(s): 4c638ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from threading import Thread
8
  import gradio as gr
9
 
10
  text_generator = None
11
- is_hugging_face = True
12
- model_id = "AXCXEPT/EZO-Common-9B-gemma-2-it"# too big
13
  #model_id = "google/gemma-2-2b-it"
14
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
15
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
8
  import gradio as gr
9
 
10
  text_generator = None
11
+ is_hugging_face = False
12
+ model_id = "AXCXEPT/EZO-Common-27B-gemma-2-it"# too big
13
  #model_id = "google/gemma-2-2b-it"
14
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
15
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")