Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,8 +51,7 @@ def transcribe(audio_path):
|
|
| 51 |
@spaces.GPU(duration=120)
|
| 52 |
def model(text):
|
| 53 |
system_instructions = (
|
| 54 |
-
"[SYSTEM] You are OralCoach
|
| 55 |
-
"using the principles from their English curriculum. Ask one question at a time and provide step-by-step guidance.\n\n[USER]"
|
| 56 |
)
|
| 57 |
generate_kwargs = dict(
|
| 58 |
temperature=0.7,
|
|
|
|
| 51 |
@spaces.GPU(duration=120)
|
| 52 |
def model(text):
|
| 53 |
system_instructions = (
|
| 54 |
+
"[SYSTEM] You are OralCoach. Provide feedback, bias conciseness "
|
|
|
|
| 55 |
)
|
| 56 |
generate_kwargs = dict(
|
| 57 |
temperature=0.7,
|