MohammedAlakhras commited on
Commit
acd5c33
·
verified ·
1 Parent(s): debfe31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -78,4 +78,3 @@ def gui_interface(prompt):
78
  iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
79
  iface.launch()
80
 
81
- print(answer_question(example_prompt))
 
78
  iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
79
  iface.launch()
80