Docfile commited on
Commit
ad4c1f1
·
verified ·
1 Parent(s): 2af7dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ if uploaded_file is not None:
32
 
33
  mode = 'starting'
34
  try:
35
- response = client.models.generate_content_stream(
36
  model="gemini-2.0-flash-thinking-exp-01-21",
37
  config={'thinking_config': {'include_thoughts': True}},
38
  contents=[
 
32
 
33
  mode = 'starting'
34
  try:
35
+ responses = client.models.generate_content_stream(
36
  model="gemini-2.0-flash-thinking-exp-01-21",
37
  config={'thinking_config': {'include_thoughts': True}},
38
  contents=[