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