Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ with gr.Blocks(title = "KitchenTable.AI") as demo:
|
|
| 294 |
# Input fields
|
| 295 |
username = gr.Textbox(label="Enter your first name")
|
| 296 |
image_input = gr.Image(type="filepath", label="Upload an Image") # Removed the extra comma
|
| 297 |
-
audio_input = gr.Audio(sources="microphone", type="numpy", label=""
|
| 298 |
# text_input = gr.Textbox(label="Input here...")
|
| 299 |
# submit_button = gr.Button("Submit")
|
| 300 |
|
|
|
|
| 294 |
# Input fields
|
| 295 |
username = gr.Textbox(label="Enter your first name")
|
| 296 |
image_input = gr.Image(type="filepath", label="Upload an Image") # Removed the extra comma
|
| 297 |
+
audio_input = gr.Audio(sources="microphone", type="numpy", label="Audio Recorded")
|
| 298 |
# text_input = gr.Textbox(label="Input here...")
|
| 299 |
# submit_button = gr.Button("Submit")
|
| 300 |
|