udyan2 commited on
Commit
e46afe4
1 Parent(s): 67ebcb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import run_inference
3
 
4
  def prediction(patient_record):
5
  patient_record = str(patient_record)
6
- run_inference.main)()
7
 
8
 
9
  demo = gr.Interface(
 
3
 
4
  def prediction(patient_record):
5
  patient_record = str(patient_record)
6
+ run_inference.main()
7
 
8
 
9
  demo = gr.Interface(