Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ async def optimize_text(prompt: InputPrompt):
|
|
| 35 |
|
| 36 |
def gen(prompt):
|
| 37 |
response = client.models.generate_content(
|
| 38 |
-
model="
|
| 39 |
contents=prompt,
|
| 40 |
config=types.GenerateContentConfig(
|
| 41 |
system_instruction=System_instruction,
|
|
|
|
| 35 |
|
| 36 |
def gen(prompt):
|
| 37 |
response = client.models.generate_content(
|
| 38 |
+
model="gemma-3-4b-it",
|
| 39 |
contents=prompt,
|
| 40 |
config=types.GenerateContentConfig(
|
| 41 |
system_instruction=System_instruction,
|