CountingMstar commited on
Commit
49350d4
1 Parent(s): 8521de0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def split(text):
49
  def greet(text):
50
  context, question = split(text)
51
  # answer = question_answer(context, question)
52
- return question
53
 
54
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
55
  iface.launch()
 
49
  def greet(text):
50
  context, question = split(text)
51
  # answer = question_answer(context, question)
52
+ return context
53
 
54
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
55
  iface.launch()