helloparthshah commited on
Commit
979f76c
·
1 Parent(s): 4527a14

switch back to flash 2.0

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -180,7 +180,7 @@ no_auth = args.no_auth
180
 
181
  with gr.Blocks(title="HASHIRU AI", css=css, fill_width=True, fill_height=True) as demo:
182
  model_manager = GeminiManager(
183
- gemini_model="gemini-2.5-flash-preview-04-17", modes=[mode for mode in Mode])
184
 
185
  def update_model(modeIndexes: List[int]):
186
  modes = [Mode(i+1) for i in modeIndexes]
 
180
 
181
  with gr.Blocks(title="HASHIRU AI", css=css, fill_width=True, fill_height=True) as demo:
182
  model_manager = GeminiManager(
183
+ gemini_model="gemini-2.0-flash", modes=[mode for mode in Mode])
184
 
185
  def update_model(modeIndexes: List[int]):
186
  modes = [Mode(i+1) for i in modeIndexes]