Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
|
8 |
# model = genai.GenerativeModel("gemini-1.5-pro-latest")
|
9 |
|
10 |
prompt = """
|
11 |
-
you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar:
|
12 |
Tanglish query: {tamil_text}
|
13 |
"""
|
14 |
|
|
|
8 |
# model = genai.GenerativeModel("gemini-1.5-pro-latest")
|
9 |
|
10 |
prompt = """
|
11 |
+
you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar and explain the how tanglish query converts into english, like a english teacher:
|
12 |
Tanglish query: {tamil_text}
|
13 |
"""
|
14 |
|