Spaces:
Paused
Paused
CountingMstar
commited on
Commit
•
49350d4
1
Parent(s):
8521de0
Update app.py
Browse files
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
|
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()
|