Spaces:
Bradarr
/
Running on Zero

Bradarr commited on
Commit
48078de
·
verified ·
1 Parent(s): 5ef2f6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def _infer(user_audio, generator, whisper_model, model_a, whisper_metadata, toke
187
  # --- GRADIO INTERFACE ---
188
  with gr.Blocks() as app:
189
  gr.Markdown(SPACE_INTRO_TEXT)
190
- audio_input = gr.Audio(label="Your Input", source="microphone", type="filepath")
191
  audio_output = gr.Audio(label="AI Response")
192
  clear_button = gr.Button("Clear Conversation History")
193
  status_display = gr.Textbox(label="Status", visible=False)
 
187
  # --- GRADIO INTERFACE ---
188
  with gr.Blocks() as app:
189
  gr.Markdown(SPACE_INTRO_TEXT)
190
+ audio_input = gr.Audio(label="Your Input", type="filepath")
191
  audio_output = gr.Audio(label="AI Response")
192
  clear_button = gr.Button("Clear Conversation History")
193
  status_display = gr.Textbox(label="Status", visible=False)