Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def get_answer(file, question):
|
|
33 |
demo = gr.Interface(fn=get_answer,
|
34 |
inputs=[gr.File(label="input your context"),gr.Textbox(label="input your question",lines=1)],
|
35 |
outputs=[gr.Textbox(label="Summarized text",lines=1)],
|
36 |
-
title="@Naseem GenAI Project 2: Question Answering based on
|
37 |
description="THIS APPLICATION WILL PROVIDE ANSWER BASED ON CONTEXT PROVIDED")
|
38 |
demo.launch()
|
39 |
|
|
|
33 |
demo = gr.Interface(fn=get_answer,
|
34 |
inputs=[gr.File(label="input your context"),gr.Textbox(label="input your question",lines=1)],
|
35 |
outputs=[gr.Textbox(label="Summarized text",lines=1)],
|
36 |
+
title="@Naseem GenAI Project 2: Question Answering based on file provided",
|
37 |
description="THIS APPLICATION WILL PROVIDE ANSWER BASED ON CONTEXT PROVIDED")
|
38 |
demo.launch()
|
39 |
|