Illia56 commited on
Commit
c4c9930
·
1 Parent(s): 7946c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
45
  1, # int | float (numeric value between 1.0 and 2.0)
46
  api_name="/chat_1")
47
 
48
- demo = gr.Interface(predict, title=title, inputs="audio", outputs="text", description=description, css=css,theme=gr.themes.Base())#, examples=examples)
49
  demo.launch()
 
45
  1, # int | float (numeric value between 1.0 and 2.0)
46
  api_name="/chat_1")
47
 
48
+ demo = gr.Interface(predict, title=title, inputs="microphone", outputs="text", description=description, css=css,theme=gr.themes.Base())#, examples=examples)
49
  demo.launch()