adityabhalla-code commited on
Commit
9c3d2ae
1 Parent(s): 5f3c2d3

updated the name of the application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def generate_query_response(prompt):
37
  iface = gradio.Interface(fn=generate_query_response,
38
  inputs="textbox",
39
  outputs="textbox",
40
- title="Dialogue Summarization",
41
  description="via gradio",
42
  allow_flagging="never",
43
  )
 
37
  iface = gradio.Interface(fn=generate_query_response,
38
  inputs="textbox",
39
  outputs="textbox",
40
+ title="Medical Summary",
41
  description="via gradio",
42
  allow_flagging="never",
43
  )