Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def gui_interface(prompt):
|
|
78 |
### Response:
|
79 |
"""
|
80 |
|
81 |
-
print(
|
82 |
return answer_question(prompt)
|
83 |
|
84 |
iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
|
|
|
78 |
### Response:
|
79 |
"""
|
80 |
|
81 |
+
print(prompt)
|
82 |
return answer_question(prompt)
|
83 |
|
84 |
iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
|