Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ Types for vocab: noun, verb, adjective, pronoun, adverb, expression
|
|
| 248 |
Grammar rule IDs should be snake_case."""
|
| 249 |
|
| 250 |
response = client.models.generate_content(
|
| 251 |
-
model="gemini-2.
|
| 252 |
contents=[
|
| 253 |
parse_prompt,
|
| 254 |
types.Part.from_bytes(data=file_bytes, mime_type=mime)
|
|
|
|
| 248 |
Grammar rule IDs should be snake_case."""
|
| 249 |
|
| 250 |
response = client.models.generate_content(
|
| 251 |
+
model="gemini-2.5-flash",
|
| 252 |
contents=[
|
| 253 |
parse_prompt,
|
| 254 |
types.Part.from_bytes(data=file_bytes, mime_type=mime)
|