Gopal Agarwal
commited on
Commit
•
7f3ce23
1
Parent(s):
71bb1ec
model updated
Browse files
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="
|
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()
|