Spaces:
Sleeping
Sleeping
Fix the bug of "No input provided".
Browse filesAnother bug "invalid audio type" still needs more information.
app.py
CHANGED
|
@@ -177,7 +177,7 @@ def create_demo():
|
|
| 177 |
sources=["microphone"], type="numpy", label="Speak your message"
|
| 178 |
)
|
| 179 |
|
| 180 |
-
text_input = gr.Textbox(label="Or type your message", type="text")
|
| 181 |
|
| 182 |
output_audio = gr.Audio(label="Assistant's Voice", type="numpy")
|
| 183 |
|
|
|
|
| 177 |
sources=["microphone"], type="numpy", label="Speak your message"
|
| 178 |
)
|
| 179 |
|
| 180 |
+
text_input = gr.Textbox(label="Or type your message", type="text",value="Can you give a brief introduction of yourself?")
|
| 181 |
|
| 182 |
output_audio = gr.Audio(label="Assistant's Voice", type="numpy")
|
| 183 |
|