Illia56 commited on
Commit
18faae4
·
1 Parent(s): 88d78fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
52
  # Gradio Demo
53
  with gr.Blocks(theme=gr.themes.Base()) as demo:
54
  gr.DuplicateButton()
55
- gr.ChatInterface(predict, title=title, inputs="audio", description=description, css=css, examples=examples)
56
 
57
 
58
  demo.queue().launch(debug=True)
 
52
  # Gradio Demo
53
  with gr.Blocks(theme=gr.themes.Base()) as demo:
54
  gr.DuplicateButton()
55
+ gr.ChatInterface(predict, title=title, inputs="image", description=description, css=css, examples=examples)
56
 
57
 
58
  demo.queue().launch(debug=True)