KingNish commited on
Commit
154840d
1 Parent(s): 804694d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ async def respond(audio, web_search):
159
  await communicate.save(tmp_path)
160
  return tmp_path
161
 
162
- with gr.Blocks() as demo:
163
  with gr.Row():
164
  web_search = gr.Checkbox(label="Web Search", value=False)
165
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")
 
159
  await communicate.save(tmp_path)
160
  return tmp_path
161
 
162
+ with gr.Blocks(theme=theme) as demo:
163
  with gr.Row():
164
  web_search = gr.Checkbox(label="Web Search", value=False)
165
  input = gr.Audio(label="User Input", sources="microphone", type="filepath")