Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ with gr.Blocks(theme=gr.themes.Glass(font=[gr.themes.GoogleFont("Inconsolata"),
|
|
| 150 |
|
| 151 |
with gr.Tab("Write to Sonia"):
|
| 152 |
with gr.Group():
|
| 153 |
-
user_input = gr.TextArea(label="Your Question", show_copy_button=True, value="What are
|
| 154 |
output_text = gr.TextArea(label="Sonia's Text Response", interactive=False, show_copy_button=True, value="", container=True)
|
| 155 |
output_audio = gr.Audio(label="Sonia's Audio Response", type="filepath", interactive=False, autoplay=True, elem_classes="audio", waveform_options=gr.WaveformOptions(show_recording_waveform=False), container=True)
|
| 156 |
gr.Interface(fn=generate1, inputs=user_input, outputs=[output_text, output_audio], live=False)
|
|
|
|
| 150 |
|
| 151 |
with gr.Tab("Write to Sonia"):
|
| 152 |
with gr.Group():
|
| 153 |
+
user_input = gr.TextArea(label="Your Question", show_copy_button=True, value="What are, Professor Domingo Tortonese greatest achievements.")
|
| 154 |
output_text = gr.TextArea(label="Sonia's Text Response", interactive=False, show_copy_button=True, value="", container=True)
|
| 155 |
output_audio = gr.Audio(label="Sonia's Audio Response", type="filepath", interactive=False, autoplay=True, elem_classes="audio", waveform_options=gr.WaveformOptions(show_recording_waveform=False), container=True)
|
| 156 |
gr.Interface(fn=generate1, inputs=user_input, outputs=[output_text, output_audio], live=False)
|