MohammedAlakhras commited on
Commit
ae16855
·
verified ·
1 Parent(s): 9125b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def gui_interface(prompt):
78
  ### Response:
79
  """
80
 
81
- print(p)
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")