Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def respond(
|
|
45 |
temperature,
|
46 |
top_p,
|
47 |
):
|
48 |
-
|
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 |
|