Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,9 @@ This tool summarizes psychotherapy session transcripts (text or audio) into key
|
|
104 |
- You may upload an audio file of the session or paste the text transcript.
|
105 |
- Optionally provide a custom focus or instruction (e.g., "Focus on how the client talks about their anxiety.").
|
106 |
- Click 'Summarize' to generate a summary along with identified concerns and suggested follow-ups.
|
|
|
|
|
|
|
107 |
"""
|
108 |
|
109 |
with gr.Blocks() as demo:
|
|
|
104 |
- You may upload an audio file of the session or paste the text transcript.
|
105 |
- Optionally provide a custom focus or instruction (e.g., "Focus on how the client talks about their anxiety.").
|
106 |
- Click 'Summarize' to generate a summary along with identified concerns and suggested follow-ups.
|
107 |
+
|
108 |
+
**Important:**
|
109 |
+
-These is a tool for educational or research purpuses, should not be taking as profesional advice. I dont resposabilize for any misuse.
|
110 |
"""
|
111 |
|
112 |
with gr.Blocks() as demo:
|