KingNish commited on
Commit
4bd299b
1 Parent(s): 3b3fba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ async def respond(audio, web_search):
139
  await communicate.save(tmp_path)
140
  return tmp_path
141
 
142
- with gr.Blocks(theme=theme) as demo:
143
  with gr.Row():
144
  web_search = gr.Checkbox(label="Web Search", value=False)
145
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")
 
139
  await communicate.save(tmp_path)
140
  return tmp_path
141
 
142
+ with gr.Blocks() as demo:
143
  with gr.Row():
144
  web_search = gr.Checkbox(label="Web Search", value=False)
145
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")