Spaces:
Paused
Paused
Update app.py
#1
by
SeungAhSon
- opened
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
|
|
|
|
| 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()
|