abhinand2 commited on
Commit
678c780
·
verified ·
1 Parent(s): 1855a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def respond(
45
  temperature,
46
  top_p,
47
  ):
48
- logger.info(f'respond called by Gradio ChatInterface with question={question}')
49
  #return chain.invoke({'question': question})
50
  return "hello!"
51
 
 
45
  temperature,
46
  top_p,
47
  ):
48
+ print(f'respond called by Gradio ChatInterface with question={question}')
49
  #return chain.invoke({'question': question})
50
  return "hello!"
51