Spaces:
Running
Running
Update app.py
Browse files
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")
|