Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ ___
|
|
64 |
json=payload
|
65 |
)
|
66 |
response = result.json()
|
67 |
-
return clean(
|
68 |
|
69 |
|
70 |
def gemini_hindi_to_tamil(text):
|
|
|
64 |
json=payload
|
65 |
)
|
66 |
response = result.json()
|
67 |
+
return clean(response)
|
68 |
|
69 |
|
70 |
def gemini_hindi_to_tamil(text):
|