gorkemgoknar commited on
Commit
fdf6732
1 Parent(s): 7b92f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -191,6 +191,6 @@ interface_text= gr.Interface(fn=greet,
191
  outputs=["html","state"],
192
  css=css, title=title, description=description,article=article )
193
 
194
- appinterface = gr.TabbedInterface([micinput, fileinput, purechat], ["Chat with Record", "Chat with File Upload", "Chat Text only"])
195
  if __name__ == "__main__":
196
- interface.launch()
 
191
  outputs=["html","state"],
192
  css=css, title=title, description=description,article=article )
193
 
194
+ appinterface = gr.TabbedInterface([interface_mic, interface_file, interface_text], ["Chat with Record", "Chat with File Upload", "Chat Text only"])
195
  if __name__ == "__main__":
196
+ appinterface.launch()