KingNish commited on
Commit
c36d9d7
1 Parent(s): 995e163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -178,6 +178,7 @@ async def respond(audio, web_search):
178
  return tmp_path
179
 
180
  with gr.Blocks() as voice:
 
181
  with gr.Row():
182
  web_search = gr.Checkbox(label="Web Search", value=False)
183
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")
 
178
  return tmp_path
179
 
180
  with gr.Blocks() as voice:
181
+ gr.Markdown("## Temproraly Not Working (Update in Progress)")
182
  with gr.Row():
183
  web_search = gr.Checkbox(label="Web Search", value=False)
184
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")