naseem9006 commited on
Commit
6cdf5a7
·
verified ·
1 Parent(s): 15297a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 context provided",
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