Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ def enhance_text(api_key, text, google):
|
|
295 |
},
|
296 |
{
|
297 |
"role": "user",
|
298 |
-
"content": f"tarnslation: {google} in response only return the better version of the translation
|
299 |
},]
|
300 |
|
301 |
# Add the API key to the request
|
|
|
295 |
},
|
296 |
{
|
297 |
"role": "user",
|
298 |
+
"content": f"tarnslation: {google} in response only return the better version of the translation will maintaining the srt format of the text"
|
299 |
},]
|
300 |
|
301 |
# Add the API key to the request
|