Rahatara commited on
Commit
102689d
·
verified ·
1 Parent(s): aab427a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ example_model = genai.GenerativeModel(
21
  )
22
 
23
  # Set model parameters
24
- generation_config = GenerationConfig(
25
  temperature=0.9,
26
  top_p=1.0,
27
  top_k=32,
 
21
  )
22
 
23
  # Set model parameters
24
+ generation_config =genai.GenerationConfig(
25
  temperature=0.9,
26
  top_p=1.0,
27
  top_k=32,