akhaliq HF staff commited on
Commit
37cc307
1 Parent(s): 0fc9692

update default model

Browse files
Files changed (1) hide show
  1. app_gemini.py +1 -1
app_gemini.py CHANGED
@@ -14,7 +14,7 @@ demo = get_app(
14
  "gemini-exp-1206",
15
  "gemini-2.0-flash-exp",
16
  ],
17
- default_model="gemini-2.0-flash-exp",
18
  src=gemini_gradio.registry,
19
  accept_token=not os.getenv("GEMINI_API_KEY"),
20
  )
 
14
  "gemini-exp-1206",
15
  "gemini-2.0-flash-exp",
16
  ],
17
+ default_model="gemini-exp-1206",
18
  src=gemini_gradio.registry,
19
  accept_token=not os.getenv("GEMINI_API_KEY"),
20
  )