ahabb commited on
Commit
7662bd7
·
verified ·
1 Parent(s): 05e2145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def answer_question(question):
19
  iface = gr.Interface(
20
  fn=answer_question,
21
  inputs="text",
22
- outputs="text"
23
  title="Medical Question Answering",
24
  description="Enter a medical question to get a truthful answer from the finetuned T5 model.",
25
  examples=[["What is the relationship between very low Mg2+ levels, PTH levels, and Ca2+ levels?"]]
 
19
  iface = gr.Interface(
20
  fn=answer_question,
21
  inputs="text",
22
+ outputs="text",
23
  title="Medical Question Answering",
24
  description="Enter a medical question to get a truthful answer from the finetuned T5 model.",
25
  examples=[["What is the relationship between very low Mg2+ levels, PTH levels, and Ca2+ levels?"]]