Joao-Ale commited on
Commit
cc8b618
·
1 Parent(s): 4a85aa9

adjust model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from logic.pipeline import process_question
3
 
4
 
5
  def handle_input(question):
 
1
  import gradio as gr
2
+ from service.chatbot import process_question
3
 
4
 
5
  def handle_input(question):