gorkemgoknar commited on
Commit
19db9e7
1 Parent(s): 18afa9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -213,6 +213,6 @@ interface_text= gr.Interface(fn=greet_textonly,
213
  outputs=["html","state"],
214
  css=css, title=title, description=description,article=article )
215
 
216
- appinterface = gr.TabbedInterface([interface_mic, interface_file, interface_text], ["Chat with Record", "Chat with File Upload", "Chat Text only"])
217
  if __name__ == "__main__":
218
- appinterface.launch()
 
213
  outputs=["html","state"],
214
  css=css, title=title, description=description,article=article )
215
 
216
+ # appinterface = gr.TabbedInterface([interface_mic, interface_file, interface_text], ["Chat with Record", "Chat with File Upload", "Chat Text only"])
217
  if __name__ == "__main__":
218
+ interface_mic.launch()