Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -339,7 +339,7 @@ with gr.Blocks() as demo:
|
|
| 339 |
|
| 340 |
with gr.Row():
|
| 341 |
audio_input = gr.Audio(label="Upload Audio File", type="filepath")
|
| 342 |
-
system_prompt_input = gr.Textbox(label="System Prompt", value=system_prompt_0)
|
| 343 |
|
| 344 |
process_button = gr.Button("Process Conversation")
|
| 345 |
|
|
|
|
| 339 |
|
| 340 |
with gr.Row():
|
| 341 |
audio_input = gr.Audio(label="Upload Audio File", type="filepath")
|
| 342 |
+
system_prompt_input = f"{gr.Textbox(label="System Prompt", value=system_prompt_0)}. Be short in your answer, less than 100 chars"
|
| 343 |
|
| 344 |
process_button = gr.Button("Process Conversation")
|
| 345 |
|