Seungah Son commited on
Commit
57151f6
1 Parent(s): e249f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ def greet(texts):
27
  answer = texts[int(len(texts)/2):]
28
  # for question, answer in texts:
29
  # question_answer(context, question)
30
- return answer
 
31
 
32
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
33
  iface.launch()
 
27
  answer = texts[int(len(texts)/2):]
28
  # for question, answer in texts:
29
  # question_answer(context, question)
30
+ return question
31
+
32
 
33
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
34
  iface.launch()