Spaces:
Sleeping
Sleeping
Commit
·
144284a
1
Parent(s):
d133fb5
Update app.py
Browse files
app.py
CHANGED
@@ -11,5 +11,4 @@ def answer_question(question,context):
|
|
11 |
response = my_pipeline(di)
|
12 |
return response
|
13 |
|
14 |
-
grad.Interface(answer_question, inputs=["text","text"], outputs="text").launch()
|
15 |
-
Listing 5-1Code for app.py
|
|
|
11 |
response = my_pipeline(di)
|
12 |
return response
|
13 |
|
14 |
+
grad.Interface(answer_question, inputs=["text","text"], outputs="text").launch()
|
|