Gopal Agarwal commited on
Commit
7f3ce23
1 Parent(s): 71bb1ec

model updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ def process_medical_history(prescription_details):
79
 
80
  return answer
81
 
82
- demo = gr.Interface(fn=process_medical_history, inputs="text", outputs="text")
83
  demo.launch()
 
79
 
80
  return answer
81
 
82
+ demo = gr.Interface(fn=process_medical_history, inputs="Add Prescription", outputs="MedX History")
83
  demo.launch()