Ubaidbhat commited on
Commit
0670695
·
verified ·
1 Parent(s): 3039852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="", render=True)
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