gradioapp commited on
Commit
6acb8a7
·
1 Parent(s): 8ba9ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ inputs= [ gr.Audio(source="microphone", type="filepath"),
92
 
93
  gr.Interface(fn= chatbot,
94
  inputs= inputs,
95
- outputs= 'audio'
96
  title="PepsiCo-chatbot",
97
  description="Give your order",
98
  theme="compact").launch()
 
92
 
93
  gr.Interface(fn= chatbot,
94
  inputs= inputs,
95
+ outputs= 'audio',
96
  title="PepsiCo-chatbot",
97
  description="Give your order",
98
  theme="compact").launch()