Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,8 @@ with gr.Blocks(title="🏺 Egyptian Artifact Chatbot") as app:
|
|
| 80 |
audio_input = gr.Audio(
|
| 81 |
sources=["microphone"],
|
| 82 |
type="filepath",
|
| 83 |
-
label="🎤 Voice Input"
|
|
|
|
| 84 |
)
|
| 85 |
|
| 86 |
image_input = gr.Image(
|
|
|
|
| 80 |
audio_input = gr.Audio(
|
| 81 |
sources=["microphone"],
|
| 82 |
type="filepath",
|
| 83 |
+
label="🎤 Voice Input",
|
| 84 |
+
max_length=15
|
| 85 |
)
|
| 86 |
|
| 87 |
image_input = gr.Image(
|