sudhir2016 commited on
Commit
293d5c2
·
1 Parent(s): e7ddf0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,6 +9,7 @@ def data(Aadhaar):
9
  o2=df.iloc[10].item()
10
  o3=df.iloc[13].item()
11
  o4=df.iloc[14].item()
12
- return o1,o2,o3,o4
 
13
  demo = gr.Interface(data,gr.Image(),'text')
14
  demo.launch()
 
9
  o2=df.iloc[10].item()
10
  o3=df.iloc[13].item()
11
  o4=df.iloc[14].item()
12
+ #return o1,o2,o3,o4
13
+ return df
14
  demo = gr.Interface(data,gr.Image(),'text')
15
  demo.launch()